# $Id: Portfile 104237 2013-03-21 18:49:54Z adfernandes@macports.org $

PortSystem          1.0

name                exif
version             0.6.21
categories          graphics
license             LGPL
platforms           darwin
maintainers         nomaintainer
description         Command line tool to read, write, modify and display \
                    EXIF data
long_description    Command line utility to read, write, modify and display \
                    EXIF data found in digital image files written by \
                    digital cameras.

homepage            http://libexif.sourceforge.net/
master_sites        sourceforge:libexif

checksums           md5     78b9f501fc19c6690ebd655385cd5ad6 \
                    sha1    d23139d26226b70c66d035bbc64482792c9f1101 \
                    rmd160  b60791c2fc103ebeef1489b81664c06520d45022

depends_build       port:pkgconfig
depends_lib         port:libexif \
                    port:popt

configure.args      --with-popt-prefix=${prefix}

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/libexif/files/
livecheck.regex     /${name}-(\[0-9.\]+)\\.tar
