Portfile

# $Id: Portfile 20409 2006-11-03 02:14:18Z jberry@macports.org $

PortSystem 1.0
name ccaudio
version 1.1.1
categories audio
maintainers nomaintainer@macports.org
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
}