diff options
author | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
commit | 6503867c4734f29ee6daee9afe648d03d1d8d496 (patch) | |
tree | 2fbe0981901343c631ed5402c7d2f09472b1dc6a /wm/fluxbox/Makefile | |
parent | 5170124d42aa6c27ac48b2535a042cd82afd2bb7 (diff) | |
download | pkgsrc-6503867c4734f29ee6daee9afe648d03d1d8d496.tar.gz |
PKGREVISON++
- install into LOCALBASE, not X11BASE.
- style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r-- | wm/fluxbox/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
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" |