ad5f5971c0
from Moritz Grimm <mlist at scapa.dnsalias dot net> (MAINTAINER)
34 lines
759 B
Makefile
34 lines
759 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/07/24 17:39:18 ajacoutot Exp $
|
|
|
|
COMMENT= streaming source client that uses external en-/decoders
|
|
|
|
DISTNAME= ezstream-0.4.3
|
|
CATEGORIES= net multimedia
|
|
|
|
HOMEPAGE= http://www.icecast.org/ezstream.php
|
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
|
|
|
# GPL
|
|
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
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
|
|
|
|
.include <bsd.port.mk>
|