summaryrefslogtreecommitdiff
path: root/audio/streamtuner/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-02-16 05:58:49 +0000
committersalo <salo@pkgsrc.org>2003-02-16 05:58:49 +0000
commite1fa602e1ba9f663aa120f912829de3b965731e8 (patch)
tree4e8e30b56f9d584330a2f022ef5f4bace6d91ca9 /audio/streamtuner/Makefile
parent79e89530606eeb21d4bd5bbf628ab4acb875fb04 (diff)
downloadpkgsrc-e1fa602e1ba9f663aa120f912829de3b965731e8.tar.gz
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.
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r--audio/streamtuner/Makefile23
1 files changed, 23 insertions, 0 deletions
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"