summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-15 23:35:06 +0000
committercjep <cjep@pkgsrc.org>2002-06-15 23:35:06 +0000
commit43a5f645b6bf3650e0987632e90228241039e83b (patch)
tree84aa9bce7bd5829bc2f6ca4ed4f31ce31376b5c1 /x11/xbindkeys/Makefile
parent3ef644d15afbf47d0cb6566c8ddcde02baf09f5e (diff)
downloadpkgsrc-43a5f645b6bf3650e0987632e90228241039e83b.tar.gz
Initial import of xbindkeys 1.5.5 into the NetBSD packages collection
as x11/xbindkeys. xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Windows. It links commands to keys or mouse buttons using a configuration file. It's independent of the window manager and can capture all keyboard keys (ex: Power, Wake...). Supplied by Julio Merino in PR#17263. Thanks!
Diffstat (limited to 'x11/xbindkeys/Makefile')
-rw-r--r--x11/xbindkeys/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
new file mode 100644
index 00000000000..e51959ae4b7
--- /dev/null
+++ b/x11/xbindkeys/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 23:35:06 cjep Exp $
+#
+
+DISTNAME= xbindkeys-1.5.5
+CATEGORIES= x11
+MASTER_SITES= http://hocwp.free.fr/xbindkeys/
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
+COMMENT= Launches shell commands with your keyboard or your mouse
+
+USE_X11BASE= yes
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"