Ticket #417: Portfile

File Portfile, 827 bytes (added by sean@…, 22 years ago)

UPDATED Portfile for libsndfile

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