diff options
Diffstat (limited to 'x11/xgamma')
-rw-r--r-- | x11/xgamma/DESCR | 4 | ||||
-rw-r--r-- | x11/xgamma/Makefile | 21 | ||||
-rw-r--r-- | x11/xgamma/PLIST | 3 | ||||
-rw-r--r-- | x11/xgamma/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/xgamma/DESCR b/x11/xgamma/DESCR new file mode 100644 index 00000000000..8e2fe2ff42d --- /dev/null +++ b/x11/xgamma/DESCR @@ -0,0 +1,4 @@ +This package provides xgamma, a program to alter the gamma correction of +the monitor. + +This is from the modular X.org X11 project. diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile new file mode 100644 index 00000000000..b71a358798f --- /dev/null +++ b/x11/xgamma/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:35 joerg Exp $ +# + +DISTNAME= xgamma-1.0.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= Alter gamma correction + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXxf86vm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xgamma/PLIST b/x11/xgamma/PLIST new file mode 100644 index 00000000000..8eab4212bef --- /dev/null +++ b/x11/xgamma/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 18:03:35 joerg Exp $ +bin/xgamma +man/man1/xgamma.1 diff --git a/x11/xgamma/distinfo b/x11/xgamma/distinfo new file mode 100644 index 00000000000..8e64ce45767 --- /dev/null +++ b/x11/xgamma/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:03:35 joerg Exp $ + +SHA1 (xgamma-1.0.1.tar.bz2) = 0685b96318a71bc9349364c263473c84edbab356 +RMD160 (xgamma-1.0.1.tar.bz2) = 5cbb529b6b5d47afdee0c6712f7b3631df306b60 +Size (xgamma-1.0.1.tar.bz2) = 74971 bytes |