pkgsrc/sysutils/tpb/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

35 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:16 tv Exp $
#
DISTNAME= tpb-0.6.1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://savannah.nongnu.org/download/tpb/
MAINTAINER= soren@NetBSD.org
HOMEPAGE= http://www.nongnu.org/tpb/
COMMENT= Utility to enable the IBM ThinkPad(tm) special keys
ONLY_FOR_PLATFORM= *-*-i386
USE_X11= YES
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/tpb
CONF_FILES= ${EGDIR}/tpbrc ${PKG_SYSCONFDIR}/tpbrc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tpb
.for f in callback_example.sh nvram.txt
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/tpb
.endfor
.include "../../x11/xosd/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"