PortSystem	1.0

name		exiftags
version		1.01
revision	1
categories	graphics
license		BSD-old
maintainers	nomaintainer
description	Utility spits out Exif tags from a digital camera JPEG file
long_description	\
	The exiftags utility parses a specified JPEG file or, by 	\
	default, its standard input, looking for a JPEG APP1 section 	\
	containing Exif (Exchangeable Image File) image metadata. The 	\
	properties contained in these data are then printed to the 	\
	standard output. Digital cameras typically add Exif data to 	\
	the image files they produce, containing information about the 	\
	camera and digitized image.

homepage	http://johnst.org/sw/exiftags
master_sites	http://johnst.org/sw/exiftags

platforms	darwin

checksums       md5     9d5bce968fdde2dc24ba49c0024dc0cc \
                sha1    06636feb7d5c5835da01d5da8cd0f4a291d23fd8 \
                rmd160  59549c222469cdc55bb74452e4cd458d5b545684

use_configure	no

variant universal {}
build.args	CC="${configure.cc} [get_canonical_archflags cc]"

destroot {
    xinstall -W ${worksrcpath} exiftags exifcom exiftime ${destroot}${prefix}/bin
    xinstall -m 644 -W ${worksrcpath} exiftags.1 exifcom.1 exiftime.1 ${destroot}${prefix}/share/man/man1
}
