5946936ffc
NO_BUILD, USE_LIBTOOL.
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:28 rillig Exp $
|
|
#
|
|
|
|
.include "../../x11/xbindkeys/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
|
|
PKGREVISION= 1
|
|
COMMENT+= (Tk interface)
|
|
|
|
DEPENDS+= xbindkeys>=1.7.1:../../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"
|