summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg
diff options
context:
space:
mode:
authorwiz <wiz>2011-05-26 23:27:22 +0000
committerwiz <wiz>2011-05-26 23:27:22 +0000
commit68d7bfa5a84deaf5ac8f4498efbecb82ce165b54 (patch)
tree5268c4f84461df62e6a2e9be51b440226d3adb37 /meta-pkgs/modular-xorg
parentc1bc7ee5ce9de24b876324b2aa2ff5ed0243f213 (diff)
downloadpkgsrc-68d7bfa5a84deaf5ac8f4498efbecb82ce165b54.tar.gz
Initial import of modular-xorg meta package collecting all other
modular xorg meta packages and the xorg server. Package by Matthias Rampke for pkgsrc-wip, for his PR 44594.
Diffstat (limited to 'meta-pkgs/modular-xorg')
-rw-r--r--meta-pkgs/modular-xorg/DESCR2
-rw-r--r--meta-pkgs/modular-xorg/Makefile21
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-pkgs/modular-xorg/DESCR b/meta-pkgs/modular-xorg/DESCR
new file mode 100644
index 00000000000..844bda7efe2
--- /dev/null
+++ b/meta-pkgs/modular-xorg/DESCR
@@ -0,0 +1,2 @@
+This is the modular Xorg meta-package for installing the various
+libs, drivers, fonts, and apps from the modular Xorg project.
diff --git a/meta-pkgs/modular-xorg/Makefile b/meta-pkgs/modular-xorg/Makefile
new file mode 100644
index 00000000000..cd50f4f4f88
--- /dev/null
+++ b/meta-pkgs/modular-xorg/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/26 23:27:22 wiz Exp $
+
+DISTNAME= # empty
+PKGNAME= modular-xorg-1.0
+CATEGORIES= meta-pkgs x11
+MASTER_SITES= ${MASTER_SITE_XORG:=/}
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Modular Xorg meta-package
+
+META_PACKAGE= yes
+
+DEPENDS+= modular-xorg-libs>=1.0:../../meta-pkgs/modular-xorg-libs
+DEPENDS+= modular-xorg-drivers>=1.4:../../meta-pkgs/modular-xorg-drivers
+DEPENDS+= modular-xorg-apps>=1.5:../../meta-pkgs/modular-xorg-apps
+DEPENDS+= modular-xorg-fonts>=1.1:../../meta-pkgs/modular-xorg-fonts
+DEPENDS+= modular-xorg-server>=1.6.5:../../x11/modular-xorg-server
+
+.include "../../mk/bsd.pkg.mk"