From e1fa602e1ba9f663aa120f912829de3b965731e8 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 16 Feb 2003 05:58:49 +0000 Subject: Streamtuner is a stream directory browser. It offers an intuitive and unified interface to various streaming directories through the use of a plugin system. Streamtuner implements a GTK+ 2.0 graphical user interface, and the official distribution ships with the SHOUTcast plugin. Package provided by Juan RP via PR pkg/20240 with small modifications by me. --- audio/streamtuner/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 audio/streamtuner/Makefile (limited to 'audio/streamtuner/Makefile') diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile new file mode 100644 index 00000000000..3d5a971a3aa --- /dev/null +++ b/audio/streamtuner/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +# + +DISTNAME= streamtuner-0.9.0 +CATEGORIES= audio www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://streamtuner.sourceforge.net/ +COMMENT= Stream directory browser + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE+= ${WRKSRC}/extras/streamtuner.pc.in + +.include "../../www/curl/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3