# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libexif version 0.6.21 categories graphics license LGPL-2+ maintainers nomaintainer 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:project/${name}/${name}/${version} use_bzip2 yes checksums sha1 a52219b12dbc8d33fc096468591170fda71316c0 \ rmd160 979f06096b7271d8713c1766e0ad5dfabb06c531 depends_build port:pkgconfig depends_lib port:gettext \ port:libiconv configure.args --with-doc-dir=${prefix}/share/doc/${name}-${version} \ --disable-docs use_parallel_build yes test.run yes test.target check variant doc description {Install extra documentation} { depends_build-append port:doxygen \ path:bin/dot:graphviz configure.args-delete --disable-docs }