2010-11-11 06:54:08 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/11/11 11:54:09 espie Exp $
|
2007-01-16 08:32:58 -05:00
|
|
|
|
2007-07-15 15:29:28 -04:00
|
|
|
COMMENT= streaming source client that uses external en-/decoders
|
2007-01-16 08:32:58 -05:00
|
|
|
|
2007-09-16 09:07:27 -04:00
|
|
|
DISTNAME= ezstream-0.5.1
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION= 0
|
2007-01-16 08:32:58 -05:00
|
|
|
CATEGORIES= net multimedia
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.icecast.org/ezstream.php
|
|
|
|
|
2007-07-15 15:29:28 -04:00
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
2007-01-16 08:32:58 -05:00
|
|
|
|
2007-09-08 12:05:18 -04:00
|
|
|
# GPLv2
|
2007-01-16 08:32:58 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
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
|
2007-01-16 08:32:58 -05:00
|
|
|
|
|
|
|
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
|
2007-01-16 08:32:58 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2007-05-30 05:21:58 -04:00
|
|
|
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2007-01-16 08:32:58 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|