summaryrefslogtreecommitdiff
path: root/wm/fluxbox/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2002-01-04 02:05:33 +0000
committerjmcneill <jmcneill@pkgsrc.org>2002-01-04 02:05:33 +0000
commit9070bfcde4ba0bfffe33eec15644ab3ed0c35b16 (patch)
treec9787fb5cbad29e2518893e4f0affe3eaed1a96d /wm/fluxbox/Makefile
parent34d3786380d6df72b027dd3abb5c8726621a2ec5 (diff)
downloadpkgsrc-9070bfcde4ba0bfffe33eec15644ab3ed0c35b16.tar.gz
Import fluxbox 0.1.5, a Window Manager for X based on BlackBox
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r--wm/fluxbox/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
new file mode 100644
index 00000000000..253f35167a7
--- /dev/null
+++ b/wm/fluxbox/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/04 02:05:33 jmcneill Exp $
+#
+
+DISTNAME= fluxbox-0.1.5
+CATEGORIES= wm x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
+
+MAINTAINER= jmcneill@invisible.yi.org
+HOMEPAGE= http://fluxbox.sourceforge.net/
+COMMENT= Window Manager for X based on Blackbox
+
+USE_BUILDLINK_ONLY= YES
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --enable-kde
+CONFLICTS= blackbox-*
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"