diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-19 17:22:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-19 17:22:17 +0000 |
commit | 8a426538e092ec9512613bedaad50ca9333525ed (patch) | |
tree | 2fac5019e5d8f856d96882f60c920fe7e1d3bf48 /sysutils/tpb | |
parent | 710b019cc023ae2e7f0ea9552d41a257e9248605 (diff) | |
download | pkgsrc-8a426538e092ec9512613bedaad50ca9333525ed.tar.gz |
Convert to buildlink3. Make it build.
Add missing files to PLIST.
XXX: needs SYSCONF_DIR work.
Diffstat (limited to 'sysutils/tpb')
-rw-r--r-- | sysutils/tpb/Makefile | 9 | ||||
-rw-r--r-- | sysutils/tpb/PLIST | 7 |
2 files changed, 12 insertions, 4 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" diff --git a/sysutils/tpb/PLIST b/sysutils/tpb/PLIST index 09a4358a1f2..207e6c1d3c4 100644 --- a/sysutils/tpb/PLIST +++ b/sysutils/tpb/PLIST @@ -1,6 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2004/02/02 15:49:17 soren Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/19 17:22:17 wiz Exp $ bin/tpb +etc/tpbrc +man/man1/tpb.1 share/doc/tpb/callback_example.sh share/doc/tpb/nvram.txt share/doc/tpb/tpbrc +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/tpb.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tpb.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/tpb.mo @dirrm share/doc/tpb |