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
|
2008-09-07 13:51:01 +02:00
|
|
|
PORTVERSION= 2.3.2
|
2010-06-10 03:17:40 +02:00
|
|
|
PORTREVISION= 6
|
2003-08-13 00:24:45 +02:00
|
|
|
PORTEPOCH= 1
|
2003-01-15 23:08:55 +01:00
|
|
|
CATEGORIES= audio net ipv6
|
2008-09-07 13:51:01 +02:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
|
|
|
|
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
|
|
|
|
2008-09-24 18:46:48 +02:00
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
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 \
|
2007-02-23 23:51:12 +01:00
|
|
|
speex.1:${PORTSDIR}/audio/speex \
|
2007-10-09 20:20:07 +02:00
|
|
|
theora.0:${PORTSDIR}/multimedia/libtheora \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${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
|
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
|
|
|
|
2008-09-07 13:51:01 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/icecast
|
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>
|
|
|
|
|
2008-09-07 13:51:01 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e 's|SUBDIRS = src conf debian doc web admin win32 examples|SUBDIRS = src conf debian web admin win32 examples # doc|' \
|
|
|
|
-e 's| install-exec-am install-data-am| install-exec-am|' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2004-12-10 22:41:23 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|