summaryrefslogtreecommitdiff
path: root/wm/fluxbox
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-17 05:41:09 +0000
committersalo <salo@pkgsrc.org>2003-05-17 05:41:09 +0000
commit6503867c4734f29ee6daee9afe648d03d1d8d496 (patch)
tree2fbe0981901343c631ed5402c7d2f09472b1dc6a /wm/fluxbox
parent5170124d42aa6c27ac48b2535a042cd82afd2bb7 (diff)
downloadpkgsrc-6503867c4734f29ee6daee9afe648d03d1d8d496.tar.gz
PKGREVISON++
- install into LOCALBASE, not X11BASE. - style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
Diffstat (limited to 'wm/fluxbox')
-rw-r--r--wm/fluxbox/DESCR5
-rw-r--r--wm/fluxbox/Makefile17
2 files changed, 12 insertions, 10 deletions
diff --git a/wm/fluxbox/DESCR b/wm/fluxbox/DESCR
index fc4b4c84d9a..11e3b841bfd 100644
--- a/wm/fluxbox/DESCR
+++ b/wm/fluxbox/DESCR
@@ -1,4 +1,5 @@
Fluxbox is yet another windowmanager for X.
+
It is based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and
-handles styles, colors, window placement, and similar things exactly
-like blackbox (100% theme/style compatibility).
+handles styles, colors, window placement, and similar things exactly like
+blackbox (100% theme/style compatibility).
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
index e611087cd8f..f5f8ee0ce61 100644
--- a/wm/fluxbox/Makefile
+++ b/wm/fluxbox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/02/14 20:57:55 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/05/17 05:41:11 salo Exp $
#
DISTNAME= fluxbox-0.1.14
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
EXTRACT_SUFX= .tar.bz2
@@ -11,15 +11,16 @@ MAINTAINER= jmcneill@netbsd.org
HOMEPAGE= http://fluxbox.sourceforge.net/
COMMENT= Window Manager for X based on Blackbox
-DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot
+DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot
-USE_BUILDLINK2= YES
-USE_X11BASE= YES
-USE_CXX= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_CXX= YES
+GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --enable-kde
+CONFIGURE_ARGS= --enable-kde
.include "../../fonts/Xft2/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"