# $Id$ PortSystem 1.0 name vigra version 1.5.0 categories graphics platforms darwin maintainers ryandesign openmaintainer description Generic Image Processing Library for C++ long_description VIGRA stands for \"Vision with Generic Algorithms\". \ It's a novel computer vision library that puts its \ main emphasis on customizable algorithms and data \ structures. By using template techniques similar to \ those in the C++ Standard Template Library, you can \ easily adapt any VIGRA component to the needs of your \ application, without thereby giving up execution speed. homepage http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ master_sites ${homepage} distname ${name}${version} use_parallel_build yes universal_variant no checksums md5 5713de4ebfe29e1b5fa9689af76b8a90 \ sha1 26fca97f1b3b97d9f4d3b4e775c841894e492143 \ rmd160 8d8cadc7f20586ec3336d0f6581ddfafc93fff73 patchfiles patch-Makefile.in.diff depends_lib port:jpeg \ port:tiff \ port:libpng \ port:zlib \ port:fftw-3 \ port:doxygen configure.args --docdir=\\\${prefix}/share/doc/${name}-${version} \ --with-jpeg=${prefix} \ --with-tiff=${prefix} \ --with-png=${prefix} \ --with-zlib=${prefix} \ --with-fftw=${prefix} destroot.destdir prefix=${destroot}${prefix} livecheck.check regex livecheck.url ${homepage} livecheck.regex ${name}(\[0-9.\]+)\\.tar