pkgsrc/graphics/jhead/Makefile
wiz 0c4c5ec79f Update to 2.97:
Jul 9 2012:
Make it compile clean with visual studio 10

Jul 28 2012:
Various cleanups from debian folks.

Oct 19 2012:
Add feature to show quality of jpeg, (by Andy Spiegel)

Dec 27 2012:
Fix crash on some corrupt files bug, clarify time adjustment syntax in help
2013-02-07 10:28:39 +00:00

24 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/02/07 10:28:39 wiz Exp $
DISTNAME= jhead-2.97
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
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"