39 lines
844 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.48 2012/03/29 13:38:48 sthen Exp $
2000-08-28 16:14:20 +00:00
COMMENT= server for streaming various media formats
DISTNAME= icecast-2.3.2
2011-09-16 11:13:37 +00:00
REVISION= 8
CATEGORIES= net audio
2000-08-28 16:14:20 +00:00
HOMEPAGE= http://www.icecast.org/
# GPL
2000-08-28 16:14:20 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 22:31:32 +00: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 16:14:20 +00:00
MASTER_SITES= http://downloads.xiph.org/releases/icecast/
2007-11-17 20:39:02 +00:00
MODULES= devel/gettext
2002-03-08 16:02:14 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --localstatedir=/var --with-theora=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL= Yes
2010-11-19 22:31:32 +00:00
LIB_DEPENDS = net/curl \
textproc/libxslt \
audio/libvorbis \
audio/speex \
multimedia/libtheora
SEPARATE_BUILD= Yes
2000-08-28 16:14:20 +00:00
.include <bsd.port.mk>