summaryrefslogtreecommitdiff
path: root/wm/blackbox
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
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')
-rw-r--r--wm/blackbox/DESCR9
-rw-r--r--wm/blackbox/Makefile15
2 files changed, 12 insertions, 12 deletions
diff --git a/wm/blackbox/DESCR b/wm/blackbox/DESCR
index 0254ea261bf..9013f97a774 100644
--- a/wm/blackbox/DESCR
+++ b/wm/blackbox/DESCR
@@ -1,5 +1,4 @@
-Blackbox is yet another addition to the list of window managers
-For X11R6. Blackbox is built with C++, sharing no common code with
-any other window manager. It is designed to be small and fast, with
-a built in graphics class, near complete ICCCM compliance, and
-support for multple desktop environments.
+Blackbox is yet another addition to the list of window managers For X11R6.
+Blackbox is built with C++, sharing no common code with any other window
+manager. It is designed to be small and fast, with a built in graphics class,
+near complete ICCCM compliance, and support for multple desktop environments.
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"