summaryrefslogtreecommitdiffstats
path: root/x11/xdriinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xdriinfo/Makefile')
-rw-r--r--x11/xdriinfo/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile
new file mode 100644
index 0000000..429a606
--- /dev/null
+++ b/x11/xdriinfo/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xdriinfo
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdriinfo
+PORTVERSION= 1.0.4
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Query configuration information of DRI drivers
+
+USE_GL= gl
+
+XORG_CAT= app
+USE_XORG= x11 glproto
+MAN1= xdriinfo.1
+PLIST_FILES= bin/xdriinfo
+
+.include <bsd.port.mk>