summaryrefslogtreecommitdiff
path: root/x11/xbrightness/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xbrightness/Makefile')
-rw-r--r--x11/xbrightness/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xbrightness/Makefile b/x11/xbrightness/Makefile
new file mode 100644
index 000000000000..5c822b1ef117
--- /dev/null
+++ b/x11/xbrightness/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xbrightness
+# Date Created: 30 January 2010
+# Whom: Michiel Overtoom <motoom@xs4all.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xbrightness
+PORTVERSION= 0.3
+CATEGORIES= x11
+MASTER_SITES= http://disjunkt.com/xbrightness/ ftp://ftp.motoom.net/files/
+
+MAINTAINER= motoom@xs4all.nl
+COMMENT= Brightness and gamma correction through the X server
+
+USE_XORG= x11 xxf86vm ice xmu xt xaw
+USE_IMAKE= yes
+
+PLIST_FILES= bin/xbrightness
+
+MAN1= xbrightness.1
+
+.include <bsd.port.mk>