summaryrefslogtreecommitdiff
path: root/x11/dri2proto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/dri2proto/Makefile')
-rw-r--r--x11/dri2proto/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile
new file mode 100644
index 00000000000..a4b3273dac5
--- /dev/null
+++ b/x11/dri2proto/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.3 2009/05/19 06:43:00 hasso Exp $
+#
+
+DISTNAME= dri2proto-2.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= DRI2 extension headers from modular X.org
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE+= dri2proto.pc.in
+USE_LANGUAGES= # empty
+
+.include "../../mk/bsd.pkg.mk"