diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-21 21:04:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-21 21:04:45 +0000 |
commit | 31192532005422d5ce8883ad0406ba0a37ec52b3 (patch) | |
tree | 87da46efccb9a41f8bc2ecea55eab0e342f23017 /meta-pkgs | |
parent | e112b78eb5289555484a08f44a545929c26cf864 (diff) | |
download | pkgsrc-31192532005422d5ce8883ad0406ba0a37ec52b3.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/DESCR | 2 | ||||
-rw-r--r-- | meta-pkgs/modular-xorg-utils/Makefile | 29 |
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" |