pkgsrc/x11/xbindkeys-tk/Makefile
obache fb4fc34b39 Update xbindkeys{,-tk} to 1.7.3.
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.

Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
2006-12-08 16:16:12 +00:00

21 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/12/08 16:16:12 obache Exp $
#
.include "../../x11/xbindkeys/Makefile.common"
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
COMMENT+= (Tk interface)
DEPENDS+= xbindkeys>=1.7.3:../../x11/xbindkeys
DEPENDS+= tk>=8.3.4:../../x11/tk
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"