2007-11-17 15:39:02 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.36 2007/11/17 20:39:02 steven 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
|
|
|
|
2006-02-05 10:53:14 -05:00
|
|
|
DISTNAME= icecast-2.3.1
|
2007-11-17 15:39:02 -05:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2002-03-02 20:37:38 -05:00
|
|
|
CATEGORIES= net audio
|
2000-08-28 12:14:20 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.icecast.org/
|
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
2000-08-29 00:27:50 -04:00
|
|
|
|
2004-02-02 14:32:36 -05:00
|
|
|
# GPL
|
2000-08-28 12:14:20 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-17 15:39:02 -05:00
|
|
|
WANTLIB= c crypto idn m ogg pthread ssl xml2 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
|
2005-10-21 11:59:54 -04:00
|
|
|
CONFIGURE_ARGS+= --localstatedir=/var --with-theora=${LOCALBASE}
|
2004-02-02 14:32:36 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2005-10-21 11:59:54 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2006-08-03 19:15:57 -04:00
|
|
|
LIB_DEPENDS= curl.>=2::net/curl \
|
|
|
|
xslt.>=3::textproc/libxslt \
|
|
|
|
vorbis.>=3::audio/libvorbis \
|
|
|
|
speex.>=3::audio/speex \
|
|
|
|
theora.>=1::multimedia/libtheora
|
2004-02-02 14:32:36 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
2000-08-28 12:14:20 -04:00
|
|
|
|
2004-02-02 14:32:36 -05:00
|
|
|
post-build:
|
|
|
|
@sed -e 's,##PREFIX##,${TRUEPREFIX},g' < ${FILESDIR}/README.OpenBSD > \
|
|
|
|
${WRKBUILD}/README.OpenBSD
|
2000-08-28 12:14:20 -04:00
|
|
|
|
|
|
|
post-install:
|
2004-02-02 14:32:36 -05:00
|
|
|
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD \
|
|
|
|
${PREFIX}/share/doc/icecast/README.OpenBSD
|
2000-08-28 12:14:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|