2000-02-10 07:40:02 +01:00
|
|
|
# New ports collection makefile for: xmms-liveice
|
|
|
|
# Date created: 5 Febrary 2000
|
|
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= xmms-liveice
|
|
|
|
PORTVERSION= 1.0.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2000-02-10 07:40:02 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
|
2000-04-08 23:25:03 +02:00
|
|
|
DISTNAME= liveice-xmms
|
2000-02-10 07:40:02 +01:00
|
|
|
|
2006-10-11 14:03:23 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Use XMMS for streaming audio to Icecast servers
|
2000-02-10 07:40:02 +01:00
|
|
|
|
2003-09-08 02:10:16 +02:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
2000-10-05 08:36:23 +02:00
|
|
|
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
|
2000-02-10 07:40:02 +01:00
|
|
|
|
2006-10-14 18:42:38 +02:00
|
|
|
WRKSRC= ${WRKDIR}/LiveIce-${PORTVERSION}
|
2006-09-17 03:36:07 +02:00
|
|
|
|
2006-10-14 18:42:38 +02:00
|
|
|
PLIST_FILES= lib/xmms/Effect/libliveice.la \
|
|
|
|
lib/xmms/Effect/libliveice.so
|
|
|
|
USE_LDCONFIG= yes
|
2000-10-02 14:24:59 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-02-10 07:40:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|