2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.52 2013/03/21 08:46:34 ajacoutot Exp $
|
2000-08-28 12:14:20 -04:00
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
COMMENT= server for streaming various media formats
|
2001-04-13 22:50:52 -04:00
|
|
|
|
2012-09-01 13:35:54 -04:00
|
|
|
DISTNAME= icecast-2.3.3
|
2002-03-02 20:37:38 -05:00
|
|
|
CATEGORIES= net audio
|
2000-08-28 12:14:20 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.icecast.org/
|
|
|
|
|
2004-02-02 14:32:36 -05:00
|
|
|
# GPL
|
2000-08-28 12:14:20 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-11-11 05:32:54 -05:00
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
WANTLIB += c curl>=2 crypto idn m ogg pthread speex>=3 ssl theora>=1
|
|
|
|
WANTLIB += vorbis>=3 xml2 xslt>=3 z
|
2000-08-28 12:14:20 -04:00
|
|
|
|
2005-10-21 11:59:54 -04:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/icecast/
|
2004-02-02 14:32:36 -05:00
|
|
|
|
2007-11-17 15:39:02 -05:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2002-03-08 11:02:14 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2012-04-28 06:52:08 -04:00
|
|
|
CONFIGURE_ARGS+= --with-theora=${LOCALBASE}
|
2004-02-02 14:32:36 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS = net/curl \
|
|
|
|
textproc/libxslt \
|
|
|
|
audio/libvorbis \
|
|
|
|
audio/speex \
|
|
|
|
multimedia/libtheora
|
2004-02-02 14:32:36 -05:00
|
|
|
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2000-08-28 12:14:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|