diff options
author | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-17 05:41:09 +0000 |
commit | 6503867c4734f29ee6daee9afe648d03d1d8d496 (patch) | |
tree | 2fbe0981901343c631ed5402c7d2f09472b1dc6a /wm/bbkeys | |
parent | 5170124d42aa6c27ac48b2535a042cd82afd2bb7 (diff) | |
download | pkgsrc-6503867c4734f29ee6daee9afe648d03d1d8d496.tar.gz |
PKGREVISON++
- install into LOCALBASE, not X11BASE.
- style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
Diffstat (limited to 'wm/bbkeys')
-rw-r--r-- | wm/bbkeys/DESCR | 4 | ||||
-rw-r--r-- | wm/bbkeys/Makefile | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/wm/bbkeys/DESCR b/wm/bbkeys/DESCR index 162ce46f60d..f909dc57ed4 100644 --- a/wm/bbkeys/DESCR +++ b/wm/bbkeys/DESCR @@ -1,5 +1,5 @@ -Provide keyboard shortcuts for X11R6, specifically intended for use with -the Blackbox window manager but usable with any. +Provide keyboard shortcuts for X11R6, specifically intended for use with the +Blackbox window manager but usable with any. Can bind actions such as executing commands, altering the states of windows, switching workspaces, etc. to arbitrary keys. diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 1d46c54f039..1cbb5d62c75 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2002/09/24 14:21:53 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/17 05:41:09 salo Exp $ # DISTNAME= bbkeys-0.8.5 -CATEGORIES= x11 wm -MASTER_SITES= http://bbkeys.sourceforge.net/downloads/ \ - ${MASTER_SITE_SOURCEFORGE:=bbkeys/} +PKGREVISION= 1 +CATEGORIES= wm x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/} MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://bbkeys.sourceforge.net/ @@ -12,7 +12,8 @@ COMMENT= General X Window keygrabber GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES .include "../../lang/perl5/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |