summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-pkgs/modular-xorg-protos/DESCR3
-rw-r--r--meta-pkgs/modular-xorg-protos/Makefile26
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-pkgs/modular-xorg-protos/DESCR b/meta-pkgs/modular-xorg-protos/DESCR
new file mode 100644
index 00000000000..9e812bc3a07
--- /dev/null
+++ b/meta-pkgs/modular-xorg-protos/DESCR
@@ -0,0 +1,3 @@
+This is the modular Xorg application meta-package for installing the
+various header prototypes for compiling programs against modular
+Xorg libraries.
diff --git a/meta-pkgs/modular-xorg-protos/Makefile b/meta-pkgs/modular-xorg-protos/Makefile
new file mode 100644
index 00000000000..f023265dc9b
--- /dev/null
+++ b/meta-pkgs/modular-xorg-protos/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2012/07/21 10:03:41 wiz Exp $
+
+DISTNAME= # empty
+PKGNAME= modular-xorg-protos-1.0
+CATEGORIES= meta-pkgs x11
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Modular Xorg application meta-package for prototypes
+
+META_PACKAGE= yes
+
+DEPENDS+= compositeproto-[0-9]*:../../x11/compositeproto
+DEPENDS+= damageproto-[0-9]*:../../x11/damageproto
+DEPENDS+= fixesproto-[0-9]*:../../x11/fixesproto
+DEPENDS+= inputproto-[0-9]*:../../x11/inputproto
+DEPENDS+= kbproto-[0-9]*:../../x11/kbproto
+DEPENDS+= randrproto-[0-9]*:../../x11/randrproto
+DEPENDS+= renderproto-[0-9]*:../../x11/renderproto
+DEPENDS+= xextproto-[0-9]*:../../x11/xextproto
+DEPENDS+= xineramaproto-[0-9]*:../../x11/xineramaproto
+DEPENDS+= xproto-[0-9]*:../../x11/xproto
+
+.include "../../mk/bsd.pkg.mk"