summaryrefslogtreecommitdiff
path: root/audio/xmms-liveice/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-06-01 12:27:43 +0000
committerjmmv <jmmv@pkgsrc.org>2003-06-01 12:27:43 +0000
commitec94fa267042865aa4ad892a6114d28194fc68ec (patch)
tree791d7623c55d615f5c4a96afa90af7dd1c892f22 /audio/xmms-liveice/Makefile
parent4ae239f7026ce9d5b6d5f5628a73f0a2041d12a3 (diff)
downloadpkgsrc-ec94fa267042865aa4ad892a6114d28194fc68ec.tar.gz
Initial import of xmms-liveice, version 1.0.0:
The LiveIce plugin for XMMS allows you to use XMMS for streaming music (or whatever) to Icecast servers. Multiple bitrate streams and title streaming is not supported though. Package initially provided by Juan RP in pkgsrc-wip with some changes by me.
Diffstat (limited to 'audio/xmms-liveice/Makefile')
-rw-r--r--audio/xmms-liveice/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile
new file mode 100644
index 00000000000..6d99231f9da
--- /dev/null
+++ b/audio/xmms-liveice/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/01 12:27:43 jmmv Exp $
+#
+
+DISTNAME= liveice-xmms
+PKGNAME= xmms-liveice-1.0.0
+WRKSRC= ${WRKDIR}/LiveIce-1.0.0
+CATEGORIES= audio
+MASTER_SITES= http://star.arm.ac.uk/~spm/software/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://star.arm.ac.uk/~spm/software/
+COMMENT= Audio streaming plugin for XMMS
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CFLAGS+= -DLAME=\"\\\"${BUILDLINK_PREFIX.lame}/bin/lame\\\"\"
+
+.include "../../audio/lame/buildlink2.mk"
+.include "../../audio/xmms/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"