openbsd-ports/net/icecast/Makefile
ajacoutot 4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00

41 lines
896 B
Makefile

# $OpenBSD: Makefile,v 1.43 2010/12/27 14:50:22 ajacoutot Exp $
COMMENT= server for streaming various media formats
DISTNAME= icecast-2.3.2
REVISION = 4
CATEGORIES= net audio
HOMEPAGE= http://www.icecast.org/
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c curl>=2 crypto idn m ogg pthread speex>=3 ssl theora>=1
WANTLIB += vorbis>=3 xml2 xslt>=3 z
MASTER_SITES= http://downloads.xiph.org/releases/icecast/
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --localstatedir=/var --with-theora=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL= Yes
LIB_DEPENDS = net/curl \
textproc/libxslt \
audio/libvorbis \
audio/speex \
multimedia/libtheora
SEPARATE_BUILD= simple
.include <bsd.port.mk>