mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 lines
1.5 KiB
Tcl
# -*- 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
|
|
|
|
github.setup libexif libexif 0.6.26 v
|
|
github.tarball_from releases
|
|
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 0f6a1635b7fd2dd797bd4c84737407dbe621292f \
|
|
sha256 4a055ed6575e61ca46c3172be3c753cc16c9becd0f99ec71d58dd0e471476c0c \
|
|
size 1335488
|
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
|
depends_lib port:gettext \
|
|
port:libiconv
|
|
|
|
use_xz yes
|
|
|
|
configure.args --with-doc-dir=${prefix}/share/doc/${name}-${version} \
|
|
--disable-docs \
|
|
--disable-silent-rules
|
|
|
|
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
|
|
}
|