2000-06-01 19:11:34 +02:00
|
|
|
# New ports collection makefile for: icecast
|
|
|
|
# Date created: 28 Jan 1999
|
|
|
|
# Whom: Chip Marshall <chip@eboai.org>
|
1999-04-02 06:23:49 +02:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-04-02 06:23:49 +02:00
|
|
|
#
|
|
|
|
|
2003-01-15 21:40:48 +01:00
|
|
|
PORTNAME= icecast2
|
2005-12-13 04:17:41 +01:00
|
|
|
PORTVERSION= 2.3.1
|
2006-08-03 22:39:08 +02:00
|
|
|
PORTREVISION= 3
|
2003-08-13 00:24:45 +02:00
|
|
|
PORTEPOCH= 1
|
2003-01-15 23:08:55 +01:00
|
|
|
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}
|
1999-04-02 06:23:49 +02:00
|
|
|
|
2003-08-13 00:24:45 +02:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A streaming mp3/ogg-vorbis audio server
|
2001-03-14 19:38:01 +01:00
|
|
|
|
2003-08-13 00:24:45 +02:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
2006-01-08 22:58:20 +01:00
|
|
|
shout.5:${PORTSDIR}/audio/libshout2 \
|
2005-09-26 19:04:14 +02:00
|
|
|
speex.3:${PORTSDIR}/audio/speex \
|
2006-05-07 04:57:34 +02:00
|
|
|
theora.2:${PORTSDIR}/multimedia/libtheora \
|
2003-12-20 17:14:14 +01:00
|
|
|
vorbis.3:${PORTSDIR}/audio/libvorbis \
|
2003-11-04 19:30:50 +01:00
|
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
2003-01-15 21:40:48 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-05-07 04:57:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-06 16:01:45 +02:00
|
|
|
USE_RC_SUBR= icecast2.sh
|
2005-06-22 22:08:28 +02:00
|
|
|
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
|
2001-03-11 08:21:52 +01:00
|
|
|
|
2004-01-08 19:25:49 +01:00
|
|
|
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
|
1999-04-02 06:23:49 +02:00
|
|
|
|
2004-12-10 22:41:23 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|