summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-17 05:45:09 +0000
committersalo <salo@pkgsrc.org>2003-05-17 05:45:09 +0000
commita63a2c6bf5b2543c16d0b54719064ee40f8f6dee (patch)
tree23d8204cd0d084bc1dd935d34e54c5e058af78e9 /wm
parent62ca67509fca1d05d556ac12b5ab69ae6614c754 (diff)
downloadpkgsrc-a63a2c6bf5b2543c16d0b54719064ee40f8f6dee.tar.gz
Style cosmetics (DESCR has 80 columns, whitespace, remove superfluous
include).
Diffstat (limited to 'wm')
-rw-r--r--wm/whiteBOX/DESCR7
-rw-r--r--wm/whiteBOX/Makefile27
2 files changed, 17 insertions, 17 deletions
diff --git a/wm/whiteBOX/DESCR b/wm/whiteBOX/DESCR
index 852291c5798..b3a0fd42dc1 100644
--- a/wm/whiteBOX/DESCR
+++ b/wm/whiteBOX/DESCR
@@ -1,4 +1,3 @@
-whiteBOX is an attempt to make a flexible yet simple to use
-multi-purpose configuration tool for the Blackbox window
-manager. whiteBOX is written using GTK+ and the C programming
-language.
+whiteBOX is an attempt to make a flexible yet simple to use multi-purpose
+configuration tool for the Blackbox window manager. whiteBOX is written
+using GTK+ and the C programming language.
diff --git a/wm/whiteBOX/Makefile b/wm/whiteBOX/Makefile
index ba301a2e06f..71cd9ca1cd6 100644
--- a/wm/whiteBOX/Makefile
+++ b/wm/whiteBOX/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2003/05/05 16:54:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/17 05:45:09 salo Exp $
#
-DISTNAME= whiteBOX-0.5
-PKGREVISION= 2
-CATEGORIES= wm x11
-MASTER_SITES= http://whitebox.sourceforge.net/dist/
+DISTNAME= whiteBOX-0.5
+PKGREVISION= 2
+CATEGORIES= wm x11
+MASTER_SITES= http://whitebox.sourceforge.net/dist/
-MAINTAINER= jschauma@netbsd.org
-HOMEPAGE= http://whitebox.sourceforge.net/
-COMMENT= Multi-purpose configuration tool for Blackbox
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://whitebox.sourceforge.net/
+COMMENT= Multi-purpose configuration tool for Blackbox
+
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
-USE_BUILDLINK2= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-GNU_CONFIGURE= yes
# this prevents us from build-depending on autoconf and automake
# is it worth it?
@@ -27,5 +28,5 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/plugins
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"