Ticket #561: Portfile

File Portfile, 837 bytes (added by sean@…, 21 years ago)

*NEW* Portfile for audio/libsndfile

Line 
1# $Id: Portfile,v 1.8 2003/04/14 20:59:10 fkr Exp $
2
3PortSystem 1.0
4name            libsndfile
5version         1.0.5
6categories      audio
7maintainers     sean@sfarc.net
8description     Library for reading and writing audio files
9long_description        libsndfile is a C library for reading and writing \
10                        sound files such as AIFF, AU and WAV files through \
11                        one standard interface.  It can currently read/write \
12                        8, 16, 24 and 32-bit PCM files as well as 32-bit floating \
13                        point WAV files and a number of compressed formats.
14homepage        http://www.zip.com.au/~erikd/libsndfile/
15platforms       darwin
16master_sites    http://www.zipworld.com.au/~erikd/libsndfile/
17checksums       md5 41d0c91fbdf88bb26ac5e0eb857bd611
18post-patch {
19                reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" ${worksrcpath}/configure
20}
21configure.args     --disable-static
22