2005-06-17 05:50:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:45 jlam Exp $
|
2003-09-17 17:10:25 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../x11/xbindkeys/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
|
2004-12-25 22:44:42 +01:00
|
|
|
PKGREVISION= 1
|
2003-09-17 17:10:25 +02:00
|
|
|
COMMENT+= (Tk interface)
|
|
|
|
|
2004-11-20 23:40:34 +01:00
|
|
|
DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys
|
2004-12-25 22:44:42 +01:00
|
|
|
DEPENDS+= tk>=8.3.4:../../x11/tk
|
2003-09-17 17:10:25 +02:00
|
|
|
|
|
|
|
NO_CONFIGURE= # defined
|
|
|
|
NO_BUILD= # defined
|
|
|
|
|
2005-06-17 05:50:19 +02:00
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
|
2003-09-17 17:10:25 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|