pkgsrc/audio/streamtuner/Makefile
salo e1fa602e1b 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.
2003-02-16 05:58:49 +00:00

23 lines
571 B
Makefile

# $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"