# $Id: Portfile 74511 2010-12-20 01:47:13Z rmstonecipher@macports.org $ PortSystem 1.0 name exiv2 version 0.21 homepage http://www.exiv2.org/ description EXIF and IPTC metadata manipulation library and tools categories graphics platforms darwin maintainers vafer.org:tcurdt openmaintainer master_sites http://www.exiv2.org/ checksums md5 2caf74de59b5424996959ccea1c001fb \ sha1 0961422a647e052a8db6e56e8818ab3217c37b01 \ rmd160 654207f134320f9a65acfa5dca5f7a40b2e0dfcc long_description Exiv2 comprises of a C++ library and a command line utility \ which allows you to manipulate EXIF and IPTC image metadata. configure.ccache no configure.args --with-libiconv-prefix=${prefix} \ --with-libintl-prefix=${prefix} \ --with-zlib=${prefix} \ --with-expat=${prefix} depends_build port:libtool depends_lib port:expat \ port:gettext \ port:libiconv \ port:zlib destroot.destdir prefix=${destroot}${prefix} post-configure { # It's too much of a PITA to autoreconf delete ${worksrcpath}/libtool ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/config/exiv2.pc } livecheck.regex "(?i)${name} (\\d+(?:\\.\\d+)*)"