Ticket #1921: Portfile

File Portfile, 700 bytes (added by sean@…, 20 years ago)

Portfile for libsndfile 1.0.9

Line 
1# $Id: Portfile,v 1.10 2004/02/27 18:33:10 toby Exp $
2
3PortSystem 1.0
4name            libsndfile
5version         1.0.9
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.mega-nerd.com/libsndfile/
15platforms       darwin
16master_sites    ${homepage}
17checksums       md5 d72ba14354d2d727c81afc16897749a5
18configure.args  --disable-static --mandir=${prefix}/share/man