summaryrefslogtreecommitdiff
path: root/x11/xextproto/Makefile
diff options
context:
space:
mode:
authorreed <reed>2006-04-18 17:12:12 +0000
committerreed <reed>2006-04-18 17:12:12 +0000
commitf6e6fa168365fa7afec16a8250f92235011f1be6 (patch)
tree8d35ab2ccfa6b723559f8924d9c8374ddb17fbce /x11/xextproto/Makefile
parent121637ac8428ca2a2af14915154fe5aec2b55500 (diff)
downloadpkgsrc-f6e6fa168365fa7afec16a8250f92235011f1be6.tar.gz
Import xextproto from pkgsrc-wip.
This provides the XExt extension headers from modular Xorg X11. This will replace the xextensions package.
Diffstat (limited to 'x11/xextproto/Makefile')
-rw-r--r--x11/xextproto/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile
new file mode 100644
index 00000000000..05195376d25
--- /dev/null
+++ b/x11/xextproto/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $
+#
+
+DISTNAME= xextproto-7.0.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= lars.nordlund@hem.utfors.se
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= XExt extension headers from X.org
+
+CONFLICTS+= xextensions-[0-9]*
+#CONFLICTS+= xorg-libs-[0-9]*
+
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in
+USE_LANGUAGES= # empty
+
+.include "../../mk/bsd.pkg.mk"