1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name vigra |
---|
6 | version 1.5.0 |
---|
7 | categories graphics |
---|
8 | maintainers nomaintainer |
---|
9 | description Generic Image Processing Library for C++ |
---|
10 | long_description VIGRA stands for "Vision with Generic Algorithms". \ |
---|
11 | It's a novel computer vision library that puts its \ |
---|
12 | main emphasize on customizable algorithms and data \ |
---|
13 | structures. By using template techniques similar to \ |
---|
14 | those in the C++ Standard Template Library, you can \ |
---|
15 | easily adapt any VIGRA component to the needs of your \ |
---|
16 | application, without thereby giving up execution speed. |
---|
17 | homepage http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ |
---|
20 | distname vigra${version} |
---|
21 | |
---|
22 | checksums md5 5713de4ebfe29e1b5fa9689af76b8a90 \ |
---|
23 | sha1 26fca97f1b3b97d9f4d3b4e775c841894e492143 \ |
---|
24 | rmd160 8d8cadc7f20586ec3336d0f6581ddfafc93fff73 |
---|
25 | |
---|
26 | depends_lib port:tiff \ |
---|
27 | port:jpeg \ |
---|
28 | port:libpng \ |
---|
29 | port:zlib \ |
---|
30 | port:fftw-3 \ |
---|
31 | port:doxygen |
---|
32 | |
---|
33 | configure.args --prefix=${prefix} --exec-prefix=${prefix} \ |
---|
34 | --with-jpeg=${prefix} \ |
---|
35 | --with-tiff=${prefix} \ |
---|
36 | --with-png=${prefix} \ |
---|
37 | --with-zlib=${prefix} \ |
---|
38 | --with-fftw=${prefix} |
---|