# $Id$ PortSystem 1.0 name ices2 version 2.0.1 categories audio net maintainers nomaintainer description Stream audio to an icecast server long_description \ source client for broadcasting in Ogg Vorbis format \ to an icecast2 server homepage http://www.icecast.org/ices.php platforms darwin master_sites http://downloads.us.xiph.org/releases/ices/ distname ices-${version} checksums sha1 045e8419c494d77162668e8362b3c9ddc4b4974c use_bzip2 yes depends_build bin:pkg-config:pkgconfig depends_lib lib:libshout:libshout2 port:libxml2 post-configure { reinplace "s|VORBIS_CFLAGS = -I/opt/local/include|VORBIS_CFLAGS = -I/opt/local/include -D_MACOSX_ |g" ${worksrcpath}/Makefile reinplace "s|#include |#include \\\n#include |g" ${worksrcpath}/src/metadata.c }