summaryrefslogtreecommitdiff
path: root/wm/wm2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
committerwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
commitb48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/wm2/Makefile
parenta32b3a56553677e14a448f1a16a11a4a984b3574 (diff)
downloadpkgsrc-b48aa2febfd565b99592854d7cbeaa9c59ec76e9.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/wm2/Makefile')
-rw-r--r--wm/wm2/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/wm2/Makefile b/wm/wm2/Makefile
new file mode 100644
index 00000000000..64c2f7b890d
--- /dev/null
+++ b/wm/wm2/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+DISTNAME= wm2-4
+PKGNAME= wm2-4.0
+CATEGORIES= x11 wm
+MASTER_SITES= http://www.all-day-breakfast.com/wm2/
+
+MAINTAINER= kuebart@mathematik.uni-ulm.de
+HOMEPAGE= http://www.all-day-breakfast.com/wm2/
+
+ALL_TARGET= depend wm2
+
+USE_X11BASE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wm2 ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/man/cat1/wm2.0
+
+.include "../../mk/bsd.pkg.mk"