pkgsrc/audio/tunesbrowser/Makefile
agc f71295d8b7 Import tunesbrowser-0.1.5 into the Packages Collection. Tunesbrowser can be
used to access the mp3s served by howl and daapd.

	TunesBrowser is a simple music player, capable of playing music found
	on iTunes(TM)  shares.

	TunesBrowser can connect to the latest iTunes applications (as of
	April 29 2004) and is implemented on top of libopendaap

	TunesBrowser's interface is quite similar to that of iTunes.

	TunesBrowser was written with the purpose of being a prototype
	front-end for libopendaap.  I intend to integrate libopendaap with
	other, more mature, players.
2004-06-20 20:41:22 +00:00

28 lines
855 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 20:41:22 agc Exp $
#
DISTNAME= tunesbrowser-0.1.5
CATEGORIES= audio
MASTER_SITES= http://crazney.net/programs/itunes/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://crazney.net/programs/itunes/libopendaap.html
COMMENT= Front-end for DAAP client
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
DEPENDS+= mad>=0.15.0b:../../audio/mad
.include "../../audio/gst-plugins-artsd/buildlink3.mk"
.include "../../audio/gst-plugins-esound/buildlink3.mk"
.include "../../audio/gst-plugins-mad/buildlink3.mk"
.include "../../audio/libopendaap/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../multimedia/gstreamer/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"