# -*- 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 PortGroup github 1.0 github.setup seebk GIMP-Lensfun 0.2.4 revision 1 license GPL-3 categories graphics maintainers devans openmaintainer platforms darwin homepage http://seebk.github.io/${name} description GimpLensfun is a GIMP plugin to correct lens distortion long_description ${description} using the lensfun library and database. checksums rmd160 529285a05fed3c3fd5669d22a9686cad31564227 \ sha256 00c83de0b35c84f8ff85862badabafe581812b85513d35d31f46d0271b7bc1b4 depends_build port:pkgconfig depends_lib port:gimp2 \ port:exiv2 \ port:lensfun patchfiles patch-Makefile.diff use_configure no build.env-append CXX=${configure.cxx} destroot { set dest ${destroot}${prefix}/lib/gimp/2.0/plug-ins xinstall -d ${dest} xinstall ${worksrcpath}/gimp-lensfun ${dest} } livecheck.regex "(\\d+(?:\\.\\d+)*)${extract.suffix}"