# -*- 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
# $Id$

PortSystem          1.0

name                CImg
version             1.7.8
categories          devel
platforms           darwin
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            http://cimg.eu/
master_sites        http://cimg.eu/files/
use_zip             yes

distfiles           CImg_${version}.zip

checksums           rmd160  17a5c061ecfaa97dd09033ea545b0f0fcb1d6eb6 \
                    sha256  fdb30287d2b4062c479612cb71ffcae8866147ac9e2d3480ac667ebab13f4f8c

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}