freebsd-ports/audio/xmms-liveice/Makefile
Rong-En Fan a697f06997 - Fix pkg-plist
- Some cosmetic changes and pet portlint(1)

PR:		ports/104390
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
Approved by:	portmgr (marcus)
2006-10-14 16:42:38 +00:00

30 lines
688 B
Makefile

# New ports collection makefile for: xmms-liveice
# Date created: 5 Febrary 2000
# Whom: Espen Skoglund <esk@ira.uka.de>
#
# $FreeBSD$
#
PORTNAME= xmms-liveice
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
DISTNAME= liveice-xmms
MAINTAINER= ports@FreeBSD.org
COMMENT= Use XMMS for streaming audio to Icecast servers
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
WRKSRC= ${WRKDIR}/LiveIce-${PORTVERSION}
PLIST_FILES= lib/xmms/Effect/libliveice.la \
lib/xmms/Effect/libliveice.so
USE_LDCONFIG= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>