summaryrefslogtreecommitdiff
path: root/wm/wmextra/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-18 13:50:41 +0000
committerwiz <wiz>2000-12-18 13:50:41 +0000
commitf78a4257c485fe75d68c792438b18b0a0c9532ee (patch)
tree344774e584e92a56949967f56a7d3fb30a8b8e21 /wm/wmextra/Makefile
parent799916212402fa6375d200b27ce8c9446ca75468 (diff)
downloadpkgsrc-f78a4257c485fe75d68c792438b18b0a0c9532ee.tar.gz
Move three more window manager support packages from x11 to wm.
Diffstat (limited to 'wm/wmextra/Makefile')
-rw-r--r--wm/wmextra/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/wmextra/Makefile b/wm/wmextra/Makefile
new file mode 100644
index 00000000000..249e936bd25
--- /dev/null
+++ b/wm/wmextra/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+#
+
+DISTNAME= WindowMaker-extra-0.1
+PKGNAME= wmextra-0.1
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
+ ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.windowmaker.org/
+
+DEPENDS+= windowmaker-*:../../wm/windowmaker
+
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"