b42cedc087
xbindkeys is a program that allows you to launch shell commands with your keyboard or mouse under X11. It links commands to keys or mouse buttons using a simple configuration file and is independant of the window manager. Originally submitted by Jarett Stevens, resubmitted by Giovanni Bechis, and I also found a version sitting around on my laptop.
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/11 16:19:49 naddy Exp $
|
|
|
|
COMMENT= "bind keys or mouse buttons to shell commands under X11"
|
|
DISTNAME= xbindkeys-1.8.1
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
|
|
|
|
WANTLIB= X11 c
|
|
RUN_DEPENDS= ::x11/tk/8.4
|
|
USE_X11= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-guile
|
|
|
|
.include <bsd.port.mk>
|