diff options
author | wiz <wiz> | 2002-03-18 09:17:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-18 09:17:37 +0000 |
commit | 87ba62d2ba35ee7fe0d6d50ebfb553aba3fec041 (patch) | |
tree | 696aeb1e0483fbf710afe01134c607efb5512090 /wm | |
parent | c9f81f254ede4105c0941caedd0a6b8630605b3a (diff) | |
download | pkgsrc-87ba62d2ba35ee7fe0d6d50ebfb553aba3fec041.tar.gz |
Don't use bbkeys' Makefile.common any longer.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bbkeys-qt/Makefile | 11 |
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" |