diff options
Diffstat (limited to 'wm/bbkeys')
-rw-r--r-- | wm/bbkeys/Makefile | 13 | ||||
-rw-r--r-- | wm/bbkeys/Makefile.common | 13 | ||||
-rw-r--r-- | wm/bbkeys/files/md5 | 3 | ||||
-rw-r--r-- | wm/bbkeys/pkg/DESCR | 9 | ||||
-rw-r--r-- | wm/bbkeys/pkg/PLIST | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile new file mode 100644 index 00000000000..49df467fa08 --- /dev/null +++ b/wm/bbkeys/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# + +PKGNAME= bbkeys-0.3.5 + +COMMENT= General X Window keygrabber + +HAS_CONFIGURE= YES +CONFIGURE_ARGS+= --prefix=${X11PREFIX} \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib + +.include "Makefile.common" diff --git a/wm/bbkeys/Makefile.common b/wm/bbkeys/Makefile.common new file mode 100644 index 00000000000..ec6fa973c3a --- /dev/null +++ b/wm/bbkeys/Makefile.common @@ -0,0 +1,13 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# + +DISTNAME= bbkeys-0.3.5 +CATEGORIES= x11 wm +MASTER_SITES= http://movingparts.thelinuxcommunity.org/bbkeys/ + +MAINTAINER= alaric@alaric-snell.com +HOMEPAGE= http://movingparts.thelinuxcommunity.org/bbkeys.shtml + +USE_X11BASE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys/files/md5 b/wm/bbkeys/files/md5 new file mode 100644 index 00000000000..32b4466ad1f --- /dev/null +++ b/wm/bbkeys/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ + +MD5 (bbkeys-0.3.5.tar.gz) = fc979a69a83687544da40ceb83573a44 diff --git a/wm/bbkeys/pkg/DESCR b/wm/bbkeys/pkg/DESCR new file mode 100644 index 00000000000..efe31876aac --- /dev/null +++ b/wm/bbkeys/pkg/DESCR @@ -0,0 +1,9 @@ +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. + +Note: since the basic package does not install the qt-based configuration +tool, bbkeys ought to be invoked with the -noqt option unless you also +install the wm/bbkeys-qt package. diff --git a/wm/bbkeys/pkg/PLIST b/wm/bbkeys/pkg/PLIST new file mode 100644 index 00000000000..37328281b8c --- /dev/null +++ b/wm/bbkeys/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +bin/bbkeys +bin/bbkeysConfigC +share/bbtools/README.bbkeys +share/bbtools/bbkeys.bb +share/bbtools/bbkeys.nobb +@dirrm share/bbtools |