pkgsrc/x11/keylaunch/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

23 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/02 01:15:41 jschauma Exp $
#
DISTNAME= keylaunch-1.3.0
WRKSRC= ${WRKDIR}/keylaunch
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
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_GMAKE= YES
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"