# $Id: Portfile,v 1.14 2006/02/22 20:06:25 danchr Exp $

PortSystem 1.0
name		esound
version		0.2.36
categories	audio
maintainers	danchr@opendarwin.org
description	Enlightened Sound Daemon
homepage	http://www.tux.org/~ricdude/EsounD.html
platforms	darwin
master_sites	gnome:sources/esound/0.2
use_autoconf	yes
use_bzip2	yes
depends_lib	lib:audiofile.0:audiofile
depends_build	path:${prefix}/bin/aclocal:automake \
		path:${prefix}/bin/glibtool:libtool
checksums	sha1 66f451ff5a6b9cae8d49b196a536cf49f3f1755c
configure.args	--enable-ipv6 --with-audiofile
patchfiles	patch-esd.conf patch-esd_config.c

variant puredarwin {
		configure.args-append	--disable-local-sound
}

long_description EsounD, the Enlightened Sound Daemon, is a server \
		process that mixes several audio streams for playback \
		by a single audio device.  For example, if you're \
		listening to music on a CD and you receive a \
		sound-related event from ICQ, the two applications won't \
		have to jockey for the use of your sound card.     
