aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xgamma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xgamma/Makefile')
-rw-r--r--x11/xgamma/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile
new file mode 100644
index 000000000000..651fc44e01fb
--- /dev/null
+++ b/x11/xgamma/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xgamma
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xgamma
+PORTVERSION= 1.0.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Gamma correction through the X server.
+
+XORG_CAT= app
+USE_XORG= x11 xxf86vm
+
+PLIST_FILES= bin/xgamma
+
+MAN1= xgamma.1
+
+.include <bsd.port.mk>