1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/icecast2/Makefile
Michael Nottebrock 077c2b1b53 Update to 2.2.0
PR:	        ports/76132, ports/76135 (based on)
Submitted by:	Benjamin Lee <webmaster@thetangent.us>, Frits
		Letteboerr <graver@graver.xs4all.nl>
2005-01-15 21:13:09 +00:00

38 lines
906 B
Makefile

# New ports collection makefile for: icecast
# Date created: 28 Jan 1999
# Whom: Chip Marshall <chip@eboai.org>
#
# $FreeBSD$
#
PORTNAME= icecast2
PORTVERSION= 2.2.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 \
theora.1:${PORTSDIR}/multimedia/libtheora \
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>