# $Id: Portfile 55739 2009-08-18 02:39:04Z ryandesign@macports.org $

PortSystem 1.0
name		icecast
version		1.3.12
revision	1
categories	audio net
maintainers	nomaintainer
description	A streaming mp3 audio server
long_description	\
    Icecast is a streaming mp3 audio server. Icecast provides nearly all \
    the functionality of the Shoutcast server. It will accept encoding \
    streams from encoders like winamp, shout and ices. It can also add \
    itself to a directory server such as our own icecast.linuxpower.org \
    or Nullsoft's yp.shoutcast.com.
homepage	http://www.icecast.org/
platforms	darwin
master_sites	http://downloads.us.xiph.org/releases/icecast/
checksums	md5 69ba36d30722884ea538b70628f1de80
configure.args	\
    --with-crypt --without-python 

platform darwin {
	patchfiles	apple-patches
}
#variant python {
#	depends_build   bin:python:python
#	configure.cppflags-append "-no-cpp-precomp"
#	configure.args-append	--with-python
#}
