# -*- 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.3.5 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 d7d657c63a967005478cf8559afe0168bfe3e0e8 \ sha256 c7268c270e3b93730a3eaf5738250a1b1efb0866bd57409786d750f7f4be7705 \ size 3283026 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}