1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/audio/xmms-liveice/Makefile
Chris Piazza 4896c88540 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>
2000-02-10 06:40:02 +00:00

27 lines
577 B
Makefile

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