diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2002-01-04 02:05:33 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2002-01-04 02:05:33 +0000 |
commit | 9070bfcde4ba0bfffe33eec15644ab3ed0c35b16 (patch) | |
tree | c9787fb5cbad29e2518893e4f0affe3eaed1a96d /wm/fluxbox/Makefile | |
parent | 34d3786380d6df72b027dd3abb5c8726621a2ec5 (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |