openbsd-ports/net/icecast/Makefile

42 lines
1003 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.30 2005/08/23 21:26:26 pvalchev Exp $
2000-08-28 12:14:20 -04:00
COMMENT= "server for streaming Ogg Vorbis and MP3"
DISTNAME= icecast-2.2.0
PKGNAME= ${DISTNAME}p2
CATEGORIES= net audio
2000-08-28 12:14:20 -04:00
HOMEPAGE= http://www.icecast.org/
MAINTAINER= Moritz Grimm <gtgbr@gmx.net>
# 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
2004-12-15 19:31:20 -05:00
WANTLIB= c crypto iconv m ogg pthread ssl xml2 z
2000-08-28 12:14:20 -04:00
MASTER_SITES= http://downloads.us.xiph.org/releases/icecast/
2002-03-08 11:02:14 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --localstatedir=/var --without-theora
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS= curl.2::net/curl \
xslt.3::textproc/libxslt \
vorbis.3::audio/libvorbis
SEPARATE_BUILD= simple
2000-08-28 12:14:20 -04: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:
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD \
${PREFIX}/share/doc/icecast/README.OpenBSD
2000-08-28 12:14:20 -04:00
.include <bsd.port.mk>