Ticket #28336: Portfile

File Portfile, 850 bytes (added by fran6co@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    blitzwave
6version                 0.7.1
7categories              math devel
8platforms               darwin
9maintainers             nomaintainer
10description             blitzwave is a c++ wavelet mini-library building on the blitz++ array template library
11long_description        blitzwave is a c++ wavelet mini-library building on the blitz++ array template library. blitzwave is heavily templated and supports wavelet decompositions of n-dimensional arrays of various numerical data types. You can define and use your own wavelets, a number of pre-defined, ready-to-use wavelets are available
12
13homepage                http://blitzwave.sourceforge.net/
14master_sites    sourceforge
15checksums               md5 e09b97e011a31d74c54982868a90bd4b
16
17configure.args  --infodir=${prefix}/share/info --enable-shared \
18
19destroot.args   docdir=${prefix}/share/doc/${name}
20
21livecheck.distname      ${name} blitwave
22
23depends_lib     port:blitz