diff options
author | wiz <wiz> | 2004-02-19 17:22:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-19 17:22:17 +0000 |
commit | 78e3c2540f1a13e95de538240c1ba25b7c5545f9 (patch) | |
tree | 2fac5019e5d8f856d96882f60c920fe7e1d3bf48 /sysutils/tpb/Makefile | |
parent | e64154c0219405c4052ee1cd1ee91f08b2d80f4f (diff) | |
download | pkgsrc-78e3c2540f1a13e95de538240c1ba25b7c5545f9.tar.gz |
Convert to buildlink3. Make it build.
Add missing files to PLIST.
XXX: needs SYSCONF_DIR work.
Diffstat (limited to 'sysutils/tpb/Makefile')
-rw-r--r-- | sysutils/tpb/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile index cde2e24e503..5e48727b516 100644 --- a/sysutils/tpb/Makefile +++ b/sysutils/tpb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/02 15:51:37 soren Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/19 17:22:17 wiz Exp $ # DISTNAME= tpb-0.6.1 @@ -12,7 +12,7 @@ COMMENT= Utility to enable the IBM ThinkPad(tm) special keys ONLY_FOR_PLATFORM= *-*-i386 USE_X11= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES post-install: @@ -21,5 +21,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/tpb .endfor -.include "../../x11/xosd/buildlink2.mk" +.include "../../x11/xosd/buildlink3.mk" + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |