From 955d9d37129c1ea9b61559a1b45ed4f58f7e8dcc Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 31 Dec 2005 14:56:58 +0000 Subject: 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. --- meta-pkgs/matchbox/DESCR | 10 ++++++++++ meta-pkgs/matchbox/Makefile | 30 ++++++++++++++++++++++++++++++ meta-pkgs/matchbox/PLIST | 2 ++ 3 files changed, 42 insertions(+) create mode 100644 meta-pkgs/matchbox/DESCR create mode 100644 meta-pkgs/matchbox/Makefile create mode 100644 meta-pkgs/matchbox/PLIST (limited to 'meta-pkgs') 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 -- cgit v1.2.3