# -*- 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 PortSystem 1.0 PortGroup github 1.0 set real_version 0.6.25 set VMINOR [lindex [split ${real_version} .] 1] set VPATCH [lindex [split ${real_version} .] 2] github.setup libexif libexif 0_${VMINOR}_${VPATCH}-release libexif- github.tarball_from archive version ${real_version} epoch 1 revision 0 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. checksums rmd160 27eeb37e5687ad18612d77756465f799660e5568 \ sha256 ee0795432c20d2fdb2a8a579dd6fc0e19d402e36f14f42c03ab60d2345950f09 \ size 1253324 depends_build port:pkgconfig depends_lib port:gettext \ port:libiconv use_autoreconf yes autoreconf.args -fvi configure.args --with-doc-dir=${prefix}/share/doc/${name}-${version} \ --disable-docs test.run yes test.target check variant doc description {Install extra documentation} { depends_build-append path:bin/doxygen:doxygen \ path:bin/dot:graphviz configure.args-delete --disable-docs }