pkgsrc/x11/keylaunch/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

22 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:48 jlam Exp $
#
DISTNAME= keylaunch-1.3.0
CATEGORIES= x11
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/download.htm
COMMENT= X utility for binding commands to a hot key
WRKSRC= ${WRKDIR}/keylaunch
USE_X11= YES
USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
${INSTALL_DATA} ${WRKSRC}/example_rc \
${PREFIX}/share/examples/keylaunch/keylaunch.rc
.include "../../mk/bsd.pkg.mk"