diff options
author | rh <rh> | 2002-06-13 08:16:47 +0000 |
---|---|---|
committer | rh <rh> | 2002-06-13 08:16:47 +0000 |
commit | 0405c7900c58e0df9ccd0db0baffb1caf9ea3e7c (patch) | |
tree | fba01d292fe59f513f39cf502a956a9a1dad8150 /meta-pkgs/windowmaker-desktop/Makefile | |
parent | f840c24937d71878af506f92a255b47407970d45 (diff) | |
download | pkgsrc-0405c7900c58e0df9ccd0db0baffb1caf9ea3e7c.tar.gz |
Initial import of windowmaker-desktop meta-package to pkgsrc (the first
one went astray, sorry about that!). The windowmaker-desktop meta-package
provides a number of components for a WindowMaker based environment. It
basically provides the window manager, a configuration tool, some themes
and icons and several dock applications. Provided by Julio Merino
<jmmv@hispabsd.org>. This closes his PR pkg/16970, thanks!
Diffstat (limited to 'meta-pkgs/windowmaker-desktop/Makefile')
-rw-r--r-- | meta-pkgs/windowmaker-desktop/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-pkgs/windowmaker-desktop/Makefile b/meta-pkgs/windowmaker-desktop/Makefile new file mode 100644 index 00000000000..62315cf32e1 --- /dev/null +++ b/meta-pkgs/windowmaker-desktop/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/13 08:16:47 rh Exp $ +# + +COMMENT= Collections of other packages + +SUBDIR+= edesktop +SUBDIR+= fxtv-capture +SUBDIR+= netbsd-doc +SUBDIR+= netbsd-doc-print +SUBDIR+= web-server +SUBDIR+= windowmaker-desktop + +.include "../mk/bsd.pkg.subdir.mk" |