From b844373b57bae99d0b8c79a621dec8c1b58c7baa Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 10 Feb 2000 06:40:02 +0000 Subject: 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 --- audio/xmms-liveice/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 audio/xmms-liveice/Makefile (limited to 'audio') diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile new file mode 100644 index 0000000..ea7b63c --- /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 +# +# $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 -- cgit v1.1