freebsd-ports/audio/icecast2/Makefile

41 lines
979 B
Makefile
Raw Normal View History

# New ports collection makefile for: icecast
# Date created: 28 Jan 1999
# Whom: Chip Marshall <chip@eboai.org>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= icecast2
2005-12-13 04:17:41 +01:00
PORTVERSION= 2.3.1
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= audio net ipv6
2004-10-14 00:48:31 +02:00
MASTER_SITES= http://svn.xiph.org/releases/icecast/
2004-01-08 19:25:49 +01:00
DISTNAME= icecast-${PORTVERSION}
MAINTAINER= lofi@freebsd.org
2003-02-21 12:08:38 +01:00
COMMENT= A streaming mp3/ogg-vorbis audio server
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
shout.5:${PORTSDIR}/audio/libshout2 \
2005-09-26 19:04:14 +02:00
speex.3:${PORTSDIR}/audio/speex \
theora.2:${PORTSDIR}/multimedia/libtheora \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xslt.2:${PORTSDIR}/textproc/libxslt
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= icecast2.sh
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
2005-09-26 19:04:14 +02:00
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include
2004-01-08 19:25:49 +01:00
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
.include <bsd.port.pre.mk>
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>