summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-18 09:17:37 +0000
committerwiz <wiz@pkgsrc.org>2002-03-18 09:17:37 +0000
commit069bc21d74ce72c16c0884af52b78071296ae172 (patch)
tree696aeb1e0483fbf710afe01134c607efb5512090 /wm
parent59e93c9c0475ea2c4bc8665a1ee02e0c1b0d3761 (diff)
downloadpkgsrc-069bc21d74ce72c16c0884af52b78071296ae172.tar.gz
Don't use bbkeys' Makefile.common any longer.
Diffstat (limited to 'wm')
-rw-r--r--wm/bbkeys-qt/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/wm/bbkeys-qt/Makefile b/wm/bbkeys-qt/Makefile
index 0072f3487e0..bb7de779187 100644
--- a/wm/bbkeys-qt/Makefile
+++ b/wm/bbkeys-qt/Makefile
@@ -1,15 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:46 fredb Exp $
+# $NetBSD: Makefile,v 1.4 2002/03/18 09:17:37 wiz Exp $
#
-.include "../bbkeys/Makefile.common"
-
+DISTNAME= bbkeys-0.3.5
PKGNAME= bbkeys-qt-1.2
PKGREVISION= 1
+CATEGORIES= x11 wm
+MASTER_SITES= http://movingparts.thelinuxcommunity.org/bbkeys/
+
+MAINTAINER= alaric@alaric-snell.com
+HOMEPAGE= http://movingparts.thelinuxcommunity.org/bbkeys.shtml
COMMENT= Qt-based configuration utility for bbkeys
DEPENDS+= bbkeys-0.3.5:../bbkeys
WRKSRC= ${WRKDIR}/bbkeys-0.3.5/bbkeysconf-1.2
+USE_X11BASE= YES
.include "../../x11/qt2-libs/buildlink.mk"
.include "../../mk/bsd.pkg.mk"