summaryrefslogtreecommitdiff
path: root/x11/randrext/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-04 14:39:55 +0000
committerrecht <recht@pkgsrc.org>2003-12-04 14:39:55 +0000
commitdf7278be4cbb24aa907cf071a3ec899a51f1da6a (patch)
treee3076ca3757f98fa29b80cb4356634f5796568f0 /x11/randrext/Makefile
parentd487273088068eab2c24eb38498a394c28314613 (diff)
downloadpkgsrc-df7278be4cbb24aa907cf071a3ec899a51f1da6a.tar.gz
initial import of randext 1.0
This package contains header files and documentation for the RandR extension. Library and server implementations are separate.
Diffstat (limited to 'x11/randrext/Makefile')
-rw-r--r--x11/randrext/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile
new file mode 100644
index 00000000000..d63e0c1ac29
--- /dev/null
+++ b/x11/randrext/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 14:39:55 recht Exp $
+#
+
+DISTNAME= randrext-1.0
+CATEGORIES= x11 devel
+MASTER_SITES= http://freedesktop.org/~xlibs/dist/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://freedesktop.org/
+COMMENT= RandR extension (Headers and documentation files)
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/randr.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"