1 | # $Id: Portfile,v 1.10 2004/02/27 18:33:10 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libsndfile |
---|
5 | version 1.0.9 |
---|
6 | categories audio |
---|
7 | maintainers sean@sfarc.net |
---|
8 | description Library for reading and writing audio files |
---|
9 | long_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. |
---|
14 | homepage http://www.mega-nerd.com/libsndfile/ |
---|
15 | platforms darwin |
---|
16 | master_sites ${homepage} |
---|
17 | checksums md5 d72ba14354d2d727c81afc16897749a5 |
---|
18 | configure.args --disable-static --mandir=${prefix}/share/man |
---|