diff options
author | jmmv <jmmv> | 2003-09-17 15:10:25 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-17 15:10:25 +0000 |
commit | 3c16ce5e4737f4c979c95b770f22676ccd191418 (patch) | |
tree | c431ae06411f9175b61b2a0c31db3dc03e090452 /x11/xbindkeys-tk/Makefile | |
parent | b490fbac62715da4b9b06696d7b75bb7092d7378 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |