pkgsrc/x11/keylaunch/Makefile
wiz 8648201a4b Update to 1.3.3, provided by Sergey Svishchev in private mail:
keylaunch (1.3.3) unstable; urgency=low

  * No longer depend on xlibs-dev. (Closes: #347006)

 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 17:58:57 +0100

keylaunch (1.3.2) unstable; urgency=low

  * Update Keylaunch to use autoconf.
  * Install documentation.
  * Complain when ~/.keylaunchr is not found.

 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat,  9 Jul 2005 20:15:43 +0200

keylaunch (1.3.1) unstable; urgency=low

  * The I'm back release.
  * Finally fixed the problem when $HOME was not defined, so lets get
    the information from the right place.
  * Fix lintian errors.
2007-03-08 19:49:16 +00:00

26 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.16 2007/03/08 19:49:16 wiz 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
${INSTALL_DATA} ${WRKSRC}/docs/example_rc \
${PREFIX}/share/examples/keylaunch/keylaunch.rc
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"