From 68d7bfa5a84deaf5ac8f4498efbecb82ce165b54 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 May 2011 23:27:22 +0000 Subject: 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. --- meta-pkgs/modular-xorg/DESCR | 2 ++ meta-pkgs/modular-xorg/Makefile | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 meta-pkgs/modular-xorg/DESCR create mode 100644 meta-pkgs/modular-xorg/Makefile (limited to 'meta-pkgs/modular-xorg') 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" -- cgit v1.2.3