summaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-23 06:01:29 +0000
committerwiz <wiz>2003-04-23 06:01:29 +0000
commitee89a5071366be4f5d0aaa17f30c6f4c460f8063 (patch)
tree441ad53e8677abe5db1a142806a99beb1c44b42e /graphics/jhead/Makefile
parentf3e61dc16d3c835c603bfa6da612922e0e1e6178 (diff)
downloadpkgsrc-ee89a5071366be4f5d0aaa17f30c6f4c460f8063.tar.gz
Update to 2.0, requested in PR 21272.
Changes since 1.9: Minor changes where newlines are printed. Added check to warn about wiping out the originals with the -st option. Fixed display of "flash used=no" for exif headers generated by photoshop. Added -ci and -cs options. Limit directory recursion depth to avoid crashing on circularly linked directories within the Exif header. Added automatic rottion (-autorotate) to right-up images that contain a rotation tag from the camera. *Finally* wrote a nice MAN page for jhead.
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r--graphics/jhead/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index 3d06f42a240..f4012d08cf1 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/03/14 19:37:40 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2003/04/23 06:01:29 wiz Exp $
#
-DISTNAME= jhead-1.9
+DISTNAME= jhead-2.0
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -16,10 +16,12 @@ USE_BUILDLINK2= yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c ${LIBS}
+ ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/jhead
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead
.include "../../graphics/jpeg/buildlink2.mk"