pkgsrc/wm/bbkeys09/Makefile
jschauma 1b21c28f6f By popular demand:
Finally add packages for the "new" version of blackbox, 0.70.x.
This window manager is incompatible with older versions, and older
add-on applications (aka "bbtools") will not work with this version.
Hence, add new versions of bbkeys and bbpager as well, to provide
at least the basics.  (Again, these will not work with older versions.)
Why are we adding these?  Well, I'm told that blackbox 0.70.x is
fully EWMH compliant and has better fonts.  And people always ask
"why is blackbox 0.70.x not in pkgsrc?".

blackbox version 0.65 and the other bbtools that work with blackbox
will remain in pkgsrc.
2006-08-20 23:07:17 +00:00

21 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/08/20 23:07:18 jschauma Exp $
#
DISTNAME= bbkeys-0.9.0
PKGNAME= bbkeys09-0.9.0
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/}
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://bbkeys.sourceforge.net/
COMMENT= General X Window keygrabber
CONFLICTS+= bbkeys<=0.9
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run pkg-config
.include "../../wm/blackbox70/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"