summaryrefslogtreecommitdiff
path: root/x11/xbindkeys-tk
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-17 15:10:25 +0000
committerjmmv <jmmv>2003-09-17 15:10:25 +0000
commit3c16ce5e4737f4c979c95b770f22676ccd191418 (patch)
treec431ae06411f9175b61b2a0c31db3dc03e090452 /x11/xbindkeys-tk
parentb490fbac62715da4b9b06696d7b75bb7092d7378 (diff)
downloadpkgsrc-3c16ce5e4737f4c979c95b770f22676ccd191418.tar.gz
Initial addition of xbindkeys-tk, version 1.5.5.
This package provides the xbindkeys_show utility that comes with the xbindkeys distribution file; it requires Tk.
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r--x11/xbindkeys-tk/DESCR7
-rw-r--r--x11/xbindkeys-tk/Makefile18
-rw-r--r--x11/xbindkeys-tk/PLIST3
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/xbindkeys-tk/DESCR b/x11/xbindkeys-tk/DESCR
new file mode 100644
index 00000000000..76a5501d32b
--- /dev/null
+++ b/x11/xbindkeys-tk/DESCR
@@ -0,0 +1,7 @@
+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...).
+
+This package provides the xbindkeys_show utility that comes with the
+xbindkeys distribution, which needs Tk.
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile
new file mode 100644
index 00000000000..b6053fa6f1f
--- /dev/null
+++ b/x11/xbindkeys-tk/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 15:10:25 jmmv Exp $
+#
+
+.include "../../x11/xbindkeys/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
+COMMENT+= (Tk interface)
+
+DEPENDS+= xbindkeys>=1.5.5nb1:../../x11/xbindkeys
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xbindkeys-tk/PLIST b/x11/xbindkeys-tk/PLIST
new file mode 100644
index 00000000000..e8e1da08133
--- /dev/null
+++ b/x11/xbindkeys-tk/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/17 15:10:25 jmmv Exp $
+bin/xbindkeys_show
+man/man1/xbindkeys_show.1