summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-21 21:04:45 +0000
committerwiz <wiz>2014-05-21 21:04:45 +0000
commit6720884e81ca4fb2793b9e9f9c14d90a7e3be2e9 (patch)
tree87da46efccb9a41f8bc2ecea55eab0e342f23017 /meta-pkgs
parent0ae8aae6eb424e7025eede424408ba39a7e5f3ef (diff)
downloadpkgsrc-6720884e81ca4fb2793b9e9f9c14d90a7e3be2e9.tar.gz
Import modular-xorg-utils-1.0 as meta-pkgs/modular-xorg-utils.
This is the modular Xorg application meta-package for installing the various utilities for maintaining modular Xorg libraries.
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"