openbsd-ports/net/ezstream/Makefile

36 lines
777 B
Makefile
Raw Normal View History

2010-11-11 06:54:08 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/11 11:54:09 espie Exp $
COMMENT= streaming source client that uses external en-/decoders
DISTNAME= ezstream-0.5.1
REVISION= 0
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
2010-11-11 06:54:08 -05:00
WANTLIB= c iconv m ogg pthread theora vorbis vorbisfile z \
shout.>=3 speex.>=4 xml2.>=9 tag_c.>=1
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
2010-11-11 06:54:08 -05:00
LIB_DEPENDS= ::net/libshout \
::audio/speex \
::textproc/libxml \
::audio/taglib
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>