pkgsrc/x11/xbindkeys-tk/Makefile
jmmv a804551508 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.
2003-09-17 15:10:25 +00:00

18 lines
446 B
Makefile

# $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"