# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name CImg version 3.4.0 categories devel platforms any maintainers yandex.com:bstj openmaintainer supported_archs noarch license {CeCILL-C CeCILL} description C++ Template Image Processing Toolkit long_description Open source, C++ toolkit for image processing homepage https://cimg.eu \ https://github.com/GreycLab/CImg master_sites https://cimg.eu/files/ use_zip yes distfiles CImg_${version}.zip checksums rmd160 35155619ffcd0a526f07fa6d3f178c536baa9262 \ sha256 aaeb45c683eac75b83baef3be3dfb3676f27ef85da375cb5e66bfb17b67340fe \ size 3284311 use_configure no build {} destroot { xinstall -m 644 ${worksrcpath}/CImg.h ${destroot}${prefix}/include set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ Licence_CeCILL-C_V1-en.txt \ Licence_CeCILL_V2-en.txt \ README.txt \ ${docdir} } livecheck.regex CImg_(\[0-9.\]+)${extract.suffix}