summaryrefslogtreecommitdiff
path: root/meta-pkgs/matchbox
diff options
context:
space:
mode:
authorpeter <peter>2005-12-31 14:56:58 +0000
committerpeter <peter>2005-12-31 14:56:58 +0000
commit5ebf659190b8fe104bb9ac6b2a6eaedfbcba35dd (patch)
treecd7f9f9bf5ce2b222962adbfb8a9d92602c3ab4e /meta-pkgs/matchbox
parent8e767e9fa513fdcc019b96f5c9bf27f289642718 (diff)
downloadpkgsrc-5ebf659190b8fe104bb9ac6b2a6eaedfbcba35dd.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.
Diffstat (limited to 'meta-pkgs/matchbox')
-rw-r--r--meta-pkgs/matchbox/DESCR10
-rw-r--r--meta-pkgs/matchbox/Makefile30
-rw-r--r--meta-pkgs/matchbox/PLIST2
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