mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
33 lines
750 B
Makefile
33 lines
750 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= 5
|
|
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_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
|
|
|
.include <bsd.port.mk>
|