1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ices2 |
---|
5 | version 2.0.1 |
---|
6 | categories audio net |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description Stream audio to an icecast server |
---|
9 | long_description \ |
---|
10 | source client for broadcasting in Ogg Vorbis format \ |
---|
11 | to an icecast2 server |
---|
12 | homepage http://www.icecast.org/ices.php |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | master_sites http://downloads.us.xiph.org/releases/ices/ |
---|
16 | distname ices-${version} |
---|
17 | checksums sha1 045e8419c494d77162668e8362b3c9ddc4b4974c |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | depends_build bin:pkg-config:pkgconfig |
---|
21 | depends_lib lib:libshout:libshout2 port:libxml2 |
---|
22 | |
---|
23 | post-configure { |
---|
24 | reinplace "s|VORBIS_CFLAGS = -I/opt/local/include|VORBIS_CFLAGS = -I/opt/local/include -D_MACOSX_ |g" ${worksrcpath}/Makefile |
---|
25 | reinplace "s|#include <unistd.h>|#include <sys/select.h>\\\n#include <unistd.h>|g" ${worksrcpath}/src/metadata.c |
---|
26 | } |
---|