Portfile

# $Id: Portfile 22748 2007-03-13 14:00:18Z takanori@macports.org $

PortSystem 1.0
name libexif
version 0.6.13
revision 1
categories graphics
maintainers nomaintainer@macports.org
description EXIF parsing library
long_description \
Most digital cameras produce EXIF files, which are JPEG files \
with extra tags that contain information about the image. The \
EXIF library allows you to parse an EXIF file and read the \
data from those tags.
homepage http://libexif.sourceforge.net/
platforms darwin
master_sites sourceforge
checksums md5 1b1e2b495c5aa20c08725f30545a110b
use_bzip2 yes
patchfiles patch-doc_Makefile.in
depends_lib port:gettext \
port:libiconv

test.run yes
test.target check

variant with_doxygen {
depends_build port:doxygen
patchfiles-delete patch-doc_Makefile.in
}

files