diff options
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r-- | audio/streamtuner/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 507a2bdb0e3..08d95aeb581 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/30 22:21:31 xtraeme Exp $ # -DISTNAME= streamtuner-${DIST_VER} -PKGREVISION= 3 +DISTNAME= streamtuner-0.12.1 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${DIST_VER}/ +MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.nongnu.org/streamtuner/ @@ -13,7 +12,7 @@ COMMENT= Stream directory browser DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -22,9 +21,9 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in -DIST_VER= 0.10.2 - -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../www/curl/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |