b73f8188a3
- Add LICENSE= gnu-gpl-v2 - Add MASTER_SITES (upstream) - Update 1.3.3 to 1.3.9 from debian/changelog keylaunch (1.3.9) unstable; urgency=low * Distclean should clean too. (Closes: #570044) * Add missing script. Not automatically done, because of not using automake. keylaunch (1.3.8) unstable; urgency=low * Fix several lintian errors and cleanup aclocal/autoconf stuff. keylaunch (1.3.7) unstable; urgency=low * The keylaunch is not dead release! * Keylaunch is using dh_strip. (Closes: #498310) keylaunch (1.3.6) unstable; urgency=low * At first remove all events from the X11 filedescriptor. This lead to a broken 1.3.5 version. keylaunch (1.3.5) unstable; urgency=low * Use select instead of using a while loop with usleep. keylaunch (1.3.4) unstable; urgency=low * Since keylaunch uses dh_strip, the install option -s is not needed. (Closes: #437252) (Above all are by:) -- Stefan Pfetzing <dreamind@dreamind.de>
27 lines
802 B
Makefile
27 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.19 2014/12/10 14:05:40 mef Exp $
|
|
#
|
|
|
|
DISTNAME= keylaunch_1.3.9
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
|
|
MASTER_SITES+= ${MASTER_SITE_DEBIAN:=pool/main/k/keylaunch/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.oroborus.org/?node=Download
|
|
COMMENT= X utility for binding commands to a hot key
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS+= bin share/examples/keylaunch
|
|
|
|
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"
|