summaryrefslogtreecommitdiff
path: root/audio/xmms-liveice
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-02-10 06:40:02 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-02-10 06:40:02 +0000
commit4896c8854066a2c1ba4714ddbd040f1e69193433 (patch)
tree2a822820f76a4b3a1ffb92922a0f4e64fd717000 /audio/xmms-liveice
parentAdd the xmms-liveice port. (diff)
Add the xmms-liveice port.
This port installs a plugin for xmms that allows you to use xmms for streaming music (or whatever) to icecast servers. Multiple bitrate streams and title streaming is not supported. PR: 16506 Submitted by: Espen Skoglund <esk@ira.uka.de>
Notes
Notes: svn path=/head/; revision=25637
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r--audio/xmms-liveice/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile
new file mode 100644
index 000000000000..ea7b63c31b26
--- /dev/null
+++ b/audio/xmms-liveice/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xmms-liveice
+# Version required: 1.0.0
+# Date created: 5 Febrary 2000
+# Whom: Espen Skoglund <esk@ira.uka.de>
+#
+# $FreeBSD$
+#
+
+DISTNAME= liveice-xmms
+PKGNAME= xmms-liveice-1.0.0
+CATEGORIES= audio
+MASTER_SITES= http://star.arm.ac.uk/~spm/software/
+
+MAINTAINER= esk@ira.uka.de
+
+LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
+RUN_DEPENDS= ${PREFIX}/bin/lame:${PORTSDIR}/audio/lame
+
+WRKSRC= ${WRKDIR}/LiveIce-1.0.0
+USE_LIBTOOL= yes
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>