mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 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 exif 0_6_22 exif- -release
|
|
revision 0
|
|
checksums rmd160 191c1b18ea58af8ecb5f0d9d2bdb08401c8bbb55 \
|
|
sha256 0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9 \
|
|
size 369152
|
|
|
|
version [string map {_ .} ${github.version}]
|
|
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.
|
|
|
|
github.tarball_from releases
|
|
use_xz yes
|
|
distname ${name}-${version}
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:libexif \
|
|
port:popt
|
|
|
|
configure.args --with-popt-prefix=${prefix}
|