diff options
Diffstat (limited to 'audio/streamtuner-local/Makefile')
-rw-r--r-- | audio/streamtuner-local/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile new file mode 100644 index 00000000000..deee95ce121 --- /dev/null +++ b/audio/streamtuner-local/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $ +# + +DISTNAME= streamtuner-local-0.2.1 +CATEGORIES= audio www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://streamtuner.sourceforge.net/ +COMMENT= Streamtuner plugin providing access to your local MP3 repository + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +CONFIGURE_ARGS+= --with-id3lib="${BUILDLINK_PREFIX.id3lib}" + +.include "../../audio/id3lib/buildlink2.mk" +.include "../../audio/streamtuner/buildlink2.mk" +.include "../../devel/zlib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |