diff options
author | peter <peter> | 2005-12-31 14:56:58 +0000 |
---|---|---|
committer | peter <peter> | 2005-12-31 14:56:58 +0000 |
commit | 955d9d37129c1ea9b61559a1b45ed4f58f7e8dcc (patch) | |
tree | cd7f9f9bf5ce2b222962adbfb8a9d92602c3ab4e | |
parent | 677b9b42729e3ad8e89f6f580df038490e53aebf (diff) | |
download | pkgsrc-955d9d37129c1ea9b61559a1b45ed4f58f7e8dcc.tar.gz |
The matchbox meta-package provides a number of components for
a matchbox based environment. It provides the window manager,
a window panel, a tool for managing the panel, some themes and
icons and a desktop manager.
This package does not contain anything by itself -- it is a
"meta-package" that depends on other packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the other packages pulled in by the port/package dependency
mechanism.
-rw-r--r-- | meta-pkgs/matchbox/DESCR | 10 | ||||
-rw-r--r-- | meta-pkgs/matchbox/Makefile | 30 | ||||
-rw-r--r-- | meta-pkgs/matchbox/PLIST | 2 |
3 files changed, 42 insertions, 0 deletions
diff --git a/meta-pkgs/matchbox/DESCR b/meta-pkgs/matchbox/DESCR new file mode 100644 index 00000000000..96b9194eaca --- /dev/null +++ b/meta-pkgs/matchbox/DESCR @@ -0,0 +1,10 @@ +The matchbox meta-package provides a number of components for +a matchbox based environment. It provides the window manager, +a window panel, a tool for managing the panel, some themes and +icons and a desktop manager. + +This package does not contain anything by itself -- it is a +"meta-package" that depends on other packages. Its sole purpose is +to require dependencies so users can install this package only and +have all the other packages pulled in by the port/package dependency +mechanism. diff --git a/meta-pkgs/matchbox/Makefile b/meta-pkgs/matchbox/Makefile new file mode 100644 index 00000000000..206936bd0c4 --- /dev/null +++ b/meta-pkgs/matchbox/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/31 14:56:58 peter Exp $ +# + +DISTNAME= matchbox-0.9.5 +CATEGORIES= meta-pkgs x11 wm +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://projects.o-hand.com/matchbox/ +COMMENT= The Matchbox window manager environment + +DEPENDS+= libmatchbox-[0-9]*:../../devel/libmatchbox +DEPENDS+= matchbox-wm-[0-9]*:../../wm/matchbox-wm +DEPENDS+= matchbox-common-[0-9]*:../../x11/matchbox-common +DEPENDS+= matchbox-desktop-[0-9]*:../../x11/matchbox-desktop +DEPENDS+= matchbox-nest-[0-9]*:../../x11/matchbox-nest +DEPENDS+= matchbox-panel-[0-9]*:../../x11/matchbox-panel +DEPENDS+= matchbox-panel-manager-[0-9]*:../../x11/matchbox-panel-manager +DEPENDS+= matchbox-themes-extra-[0-9]*:../../x11/matchbox-themes-extra + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes +NO_MTREE= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/matchbox/PLIST b/meta-pkgs/matchbox/PLIST new file mode 100644 index 00000000000..89b17fc5d2d --- /dev/null +++ b/meta-pkgs/matchbox/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/31 14:56:58 peter Exp $ +@comment this plist intentionally left empty |