Ticket #18299: Portfile

File Portfile, 760 bytes (added by jm@…, 15 years ago)
Line 
1# $Id: Portfile 43100 2008-12-05 07:04:28Z devans@macports.org $
2
3PortSystem 1.0
4
5name            libsamplerate
6version         0.1.6
7categories      audio
8maintainers     boeyms openmaintainer
9description     libsamplerate (also known as Secret Rabbit Code) is a library \
10                for performing sample rate conversion of audio data.
11long_description    ${description}
12homepage        http://www.mega-nerd.com/libsamplerate/
13platforms       darwin
14use_parallel_build  yes
15master_sites    ${homepage}
16checksums       md5     4ccc22b21f469aac672dda8eb1320ea4 \
17                sha1    0ab8e2864c65ba16204b48bd367c2a3c307e574d \
18                rmd160  8aac6bfa3473b5107d6045b54b99cdddfb24c5f6
19depends_lib     port:pkgconfig port:fftw-3 port:libsndfile