summaryrefslogtreecommitdiff
path: root/wm/blackbox/Makefile
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/blackbox/Makefile
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/blackbox/Makefile')
-rw-r--r--wm/blackbox/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile
index 6f212025113..0451905d829 100644
--- a/wm/blackbox/Makefile
+++ b/wm/blackbox/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.11 2003/02/20 16:54:16 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2003/05/17 05:41:10 salo Exp $
#
DISTNAME= blackbox-0.65.0
-PKGREVISION= 2
-CATEGORIES= x11 wm
+PKGREVISION= 3
+CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://blackboxwm.sourceforge.net/
COMMENT= small and fast X11R6 window manager
-DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot
+DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"