openbsd-ports/net/ezstream/Makefile
mgrimm ec067444b7 Trivial update to 0.5.1, a minor bugfix release. Ezstream no longer crashes
when it is fed empty playlist files.

"fine if it works" steven@
2007-09-16 13:07:27 +00:00

32 lines
740 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/09/16 13:07:27 mgrimm Exp $
COMMENT= streaming source client that uses external en-/decoders
DISTNAME= ezstream-0.5.1
CATEGORIES= net multimedia
HOMEPAGE= http://www.icecast.org/ezstream.php
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c iconv m ogg pthread theora vorbis vorbisfile z
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
LIB_DEPENDS= shout.>=3::net/libshout \
speex.>=4::audio/speex \
xml2.>=9::textproc/libxml \
tag_c.>=1::audio/taglib
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
.include <bsd.port.mk>