openbsd-ports/net/ezstream/Makefile

35 lines
716 B
Makefile
Raw Normal View History

2011-09-16 07:13:37 -04:00
# $OpenBSD: Makefile,v 1.15 2011/09/16 11:13:38 espie Exp $
COMMENT= streaming source client that uses external en-/decoders
DISTNAME= ezstream-0.5.6
2011-09-16 07:13:37 -04:00
REVISION= 1
CATEGORIES= net multimedia
HOMEPAGE= http://www.icecast.org/ezstream.php
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ogg pthread theora vorbis \
2010-11-19 17:31:32 -05:00
shout>=3 speex>=4 xml2>=9 tag_c>=1
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
MODULES= converters/libiconv
2010-11-19 17:31:32 -05:00
LIB_DEPENDS= net/libshout \
audio/speex \
textproc/libxml \
audio/taglib
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
.include <bsd.port.mk>