diff options
author | rh <rh@pkgsrc.org> | 2002-06-13 08:16:47 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-06-13 08:16:47 +0000 |
commit | 9a96e145aecc68a11e54b3d4dde796e6a4f9a4d1 (patch) | |
tree | fba01d292fe59f513f39cf502a956a9a1dad8150 /meta-pkgs/windowmaker-desktop/Makefile | |
parent | 0bb00b942d468ff264f50a75caf38f5cf15a3d70 (diff) | |
download | pkgsrc-9a96e145aecc68a11e54b3d4dde796e6a4f9a4d1.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" |