# -*- 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
PortGroup php5extension 1.0
php5extension.setup freeimage 0.1 pecl
homepage http://pecl.php.net/package/FreeImage
description Provides a wrapper to the FreeImage library.
long_description This extension is a wrapper for the FreeImage library \
that allows PHP to support popular graphics image \
formats like GIF, PNG, BMP, JPEG, TIFF, PSD, XPM and \
others as needed by today's multimedia applications.
checksums md5 91d3776de0beba4cdd7a76952f9b3265 \
sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \
rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a
distname FreeImage-${version}
patchfiles patch-freeimage.c.diff
depends_lib-append port:freeimage
archcheck.files lib/libfreeimage.dylib
configure.args-append --with-freeimage=${prefix}
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} CREDITS README ${destroot}${docdir}
copy ${worksrcpath}/examples ${destroot}${docdir}
livecheck.regex {(\d+(?:\.\d+)*)</a></th>}