# $Id: Portfile,v 1.4 2006/02/17 00:58:14 yves Exp $

PortSystem 1.0
name             icecast2
version          2.3.1
categories       audio net
maintainers      toby@opendarwin.org
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/
distname         icecast-${version}
checksums        md5 2d80a249fa8529f82d018c6216108ea8

depends_lib      lib:libxslt.1:libxslt \
                 lib:libcurl.3:curl \
                 lib:libvorbis.0:libvorbis \
                 port:libtheora port:curl
