diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-26 23:27:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-26 23:27:22 +0000 |
commit | 73c0d8825e18a219a0adee67f04f2accf1e7e879 (patch) | |
tree | 5268c4f84461df62e6a2e9be51b440226d3adb37 /meta-pkgs | |
parent | 293713451789e6c06bee16c83d28b1d2c5b554fb (diff) | |
download | pkgsrc-73c0d8825e18a219a0adee67f04f2accf1e7e879.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')
-rw-r--r-- | meta-pkgs/modular-xorg/DESCR | 2 | ||||
-rw-r--r-- | meta-pkgs/modular-xorg/Makefile | 21 |
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" |