18ab3d7e7a
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. Submitted by Al Snell <alaric@alaric-snell.com> in PR 11259
13 lines
288 B
Makefile
13 lines
288 B
Makefile
# $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"
|