pkgsrc/x11/keylaunch/Makefile
2009-12-17 18:23:14 +00:00

26 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/12/17 18:32:51 abs Exp $
#
DISTNAME= keylaunch_1.3.3
PKGNAME= keylaunch-1.3.3
CATEGORIES= x11
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oroborus.org/?node=Download
COMMENT= X utility for binding commands to a hot key
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin share/examples/keylaunch
PKG_DESTDIR_SUPPORT= user-destdir
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/docs/example_rc \
${DESTDIR}${PREFIX}/share/examples/keylaunch/keylaunch.rc
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"