# $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign@macports.org $

PortSystem			1.0
name				ccaudio
version				1.1.1
categories			audio
maintainers			nomaintainer
description			Library and software for manipulating audio data
long_description \
	The GNU ccAudio library is a portable C++ class framework that's useful \
	for developing applications that must process audio.  This library \
	provides a class framework for accessing audio segments from various \
	audio file formats (.au, .wav, etc) and for creation of audio frame \
	buffers that are then passed to audio devices and/or DSP processing \
	systems such as telephony cards.

platforms			darwin

homepage			http://www.gnu.org/software/ccaudio
master_sites		gnu

checksums			md5 946f04524af6050b104bf40895291921

depends_lib			lib:libccgnu2:commoncpp2

post-destroot {
	file mkdir ${destroot}${prefix}/share/man/man3
	eval file copy [glob ${worksrcpath}/doc/man3/*] \
		${destroot}${prefix}/share/man/man3
}

