summaryrefslogtreecommitdiff
path: root/x11/xbacklight/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-04 19:43:26 +0000
committertnn <tnn@pkgsrc.org>2008-03-04 19:43:26 +0000
commit654e0bee1b064100328b0973adc5f82d49b911fe (patch)
tree1035a558cd854b6979d439fd1bbd1e6a9bf07e13 /x11/xbacklight/Makefile
parenta0a18c54e435e428dd37d79c2b3f2b57a19886f6 (diff)
downloadpkgsrc-654e0bee1b064100328b0973adc5f82d49b911fe.tar.gz
PR pkg/38156 Yorick Hardy: New package x11/xbacklight.
(Some minor fixes from me) Xbacklight is used to adjust the backlight brightness where supported. It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. This is from the modular X.org X11 project. Because this is X.org, give Joerg maintainership. Give away if you wish.
Diffstat (limited to 'x11/xbacklight/Makefile')
-rw-r--r--x11/xbacklight/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile
new file mode 100644
index 00000000000..e81043143a3
--- /dev/null
+++ b/x11/xbacklight/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 19:43:26 tnn Exp $
+#
+
+DISTNAME= xbacklight-1.1
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Adjust backlight brightness using RandR extension
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"