# $Id: Portfile 49329 2009-04-07 18:07:13Z devans@macports.org $ PortSystem 1.0 name exiv2 version 0.18.1 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 744f06b3a2beeb2341f30b157cbd8e7e \ sha1 d4ea2c790ea0bf36564f6442e90545574b1ba2d5 \ rmd160 2066f71903a61a32ed435c3602a71ef8c0ad2428 long_description Exiv2 comprises of a C++ library and a command line utility \ which allows you to manipulate EXIF and IPTC image metadata. 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 } livecheck.regex "(?i)${name} (\\d+(?:\\.\\d+)*)"