summaryrefslogtreecommitdiff
path: root/wm/pwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/pwm/Makefile')
-rw-r--r--wm/pwm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile
new file mode 100644
index 00000000000..c343e8b626c
--- /dev/null
+++ b/wm/pwm/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $
+#
+
+DISTNAME= pwm-1.0
+CATEGORIES= wm x11
+MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.students.tut.fi/~tuomov/pwm/
+COMMENT= Window manager that frames multiple client windows in a single frame
+
+USE_GMAKE= yes
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"