summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/modular-xorg-utils/DESCR2
-rw-r--r--meta-pkgs/modular-xorg-utils/Makefile29
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-pkgs/modular-xorg-utils/DESCR b/meta-pkgs/modular-xorg-utils/DESCR
new file mode 100644
index 00000000000..c9ead99b27e
--- /dev/null
+++ b/meta-pkgs/modular-xorg-utils/DESCR
@@ -0,0 +1,2 @@
+This is the modular Xorg application meta-package for installing the
+various utilities for maintaining modular Xorg libraries.
diff --git a/meta-pkgs/modular-xorg-utils/Makefile b/meta-pkgs/modular-xorg-utils/Makefile
new file mode 100644
index 00000000000..e5db075db51
--- /dev/null
+++ b/meta-pkgs/modular-xorg-utils/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/05/21 21:04:45 wiz Exp $
+
+DISTNAME= # empty
+PKGNAME= modular-xorg-utils-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 Xorg development utilities
+LICENSE= 2-clause-bsd
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+# unpackaged packages commented out below
+DEPENDS+= xorg-cf-files-[0-9]*:../../x11/xorg-cf-files
+DEPENDS+= gccmakedep-[0-9]*:../../devel/gccmakedep
+DEPENDS+= imake-[0-9]*:../../devel/imake
+# install-check
+# lndir
+DEPENDS+= xorg-util-macros-[0-9]*:../../devel/xorg-util-macros
+# makedepend
+# modular
+# xmkmf
+
+.include "../../mk/bsd.pkg.mk"