# -*- 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.3 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 539d44ee5dac803d846d678fcd9db13aa12438b4 \ sha256 95102a12b0e3014634d4263828d90ea6111ec5382f507fbf34a91716bdff3688 depends_build port:pkgconfig depends_lib port:gimp2 \ port:exiv2 \ port:lensfun patchfiles patch-Makefile.diff \ patch-src-gimplensfun.cpp.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} }