# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 144481 2016-01-10 00:52:12Z khindenburg@macports.org $ PortSystem 1.0 name ices2 version 2.0.2 categories audio net license GPL-2 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 rmd160 cfa665086c5f3cf7002f5ebf0f095d155b4e30f2 \ sha256 96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900 use_bzip2 yes depends_build port:pkgconfig depends_lib port:libxml2 \ port:libshout2 post-configure { reinplace "s|VORBIS_CFLAGS = -I${prefix}/include|VORBIS_CFLAGS = -I${prefix}/include -D_MACOSX_ |g" ${worksrcpath}/Makefile reinplace "s|#include |#include \\\n#include |g" ${worksrcpath}/src/metadata.c } livecheck.name ices