Ticket #20354: Portfile

File Portfile, 961 bytes (added by info@…, 15 years ago)
Line 
1# $Id$
2PortSystem          1.0
3
4name                libxtract
5version             0.4.7
6categories          devel
7maintainers         info@christophbuente.de
8description         LibXtract is a simple, portable, lightweight library of audio feature extraction functions.
9long_description   
10homepage            http://libxtract.sourceforge.net/
11platforms           darwin
12master_sites        http://downloads.sourceforge.net/sourceforge/libxtract/libxtract-0.4.7.tar.gz
13checksums           md5 b1dadff5422a3f5b7661bbf2522dd01d \
14                    sha1 150e9ec17fb860845c58681bbc519907b4506cca \
15                    rmd160 9fa0d78ad263009ceb6ec2f1a441c633e8e60280
16
17patchfiles          patch-configure.diff
18
19
20variant fft description {Add FFT support} {
21
22    depends_lib-append         port:fftw-3
23
24    configure.args-append      --enable-fft \
25                           --with-fftw3-dir=${prefix}/include \
26                           --libdir=${prefix}/lib
27}
28