pkgsrc/graphics/jhead/Makefile
wiz d694225be4 Update to 3.00:
Jun 10 2013:
Make max comment size 16000

Oct 25 2013:
Added "-zt" option to trim 32k of trailing zeroes from Nikon 1 J2 and J3 images.

Sep 28 2014:
Add ability to reset invalid rotation tag (from Moultrie game cameras)
2015-02-08 16:12:22 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.33 2015/02/08 16:12:22 wiz Exp $
DISTNAME= jhead-3.00
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sentex.net/~mwandel/jhead/
COMMENT= Extract EXIF header from JPEG image
LICENSE= public-domain
MAKE_FILE= makefile
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/html/jhead
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/jhead.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/usage.html \
${DESTDIR}${PREFIX}/share/doc/html/jhead
.include "../../mk/bsd.pkg.mk"