summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-07-21 10:03:41 +0000
committerwiz <wiz@pkgsrc.org>2012-07-21 10:03:41 +0000
commit49385de2a2242201c937f6bed0b79900bc7ce78c (patch)
treef0a69c7e83a17a1583d631418a7f7a9cf1ab2362 /meta-pkgs
parent919144c7af1f19ce62fc100533c2d3c9da7d6696 (diff)
downloadpkgsrc-49385de2a2242201c937f6bed0b79900bc7ce78c.tar.gz
Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.
This is the modular Xorg application meta-package for installing the various header prototypes for compiling programs against modular Xorg libraries.
Diffstat (limited to 'meta-pkgs')
-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"