1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/icecast2/Makefile
Michael Nottebrock c1aa305b9f USE_RC_SUBR
2004-12-12 09:53:03 +00:00

37 lines
860 B
Makefile

# New ports collection makefile for: icecast
# Date created: 28 Jan 1999
# Whom: Chip Marshall <chip@eboai.org>
#
# $FreeBSD$
#
PORTNAME= icecast2
PORTVERSION= 2.1.0
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://svn.xiph.org/releases/icecast/
DISTNAME= icecast-${PORTVERSION}
MAINTAINER= lofi@freebsd.org
COMMENT= A streaming mp3/ogg-vorbis audio server
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
shout.3:${PORTSDIR}/audio/libshout2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xslt.2:${PORTSDIR}/textproc/libxslt
USE_GMAKE= yes
USE_LIBTOOL_VER=15
USE_RC_SUBR= yes
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
.include <bsd.port.pre.mk>
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/icecast2.sh ${PREFIX}/etc/rc.d/icecast2.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>