summaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-02-02 21:31:24 +0000
committerdrochner <drochner>2005-02-02 21:31:24 +0000
commit2b89f629107a98854d891560d5af0fe5e2140ceb (patch)
tree1ac0b3ad3f1333b6efc9160036b9653b9e1f998a /graphics/jhead/Makefile
parent7a60d6e1efd6ff87eb4a425b8207fac593d0f7db (diff)
downloadpkgsrc-2b89f629107a98854d891560d5af0fe5e2140ceb.tar.gz
update to 2.3
changes: added -cl (insert comment literal) option Added -norot (zero out rotation tag) option Added handling of explicit 35mm equivalent tag Added ability to do sequencial renaming and fixes
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r--graphics/jhead/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index 3017743b83d..8b34b5bcb2b 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/07/28 16:00:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/02 21:31:24 drochner Exp $
#
-DISTNAME= jhead-2.0
+DISTNAME= jhead-2.3
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -16,7 +16,8 @@ USE_BUILDLINK3= yes
INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead
do-build:
- cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm
+ cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead \
+ jhead.c exif.c jpgfile.c makernote.c -lm
${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
do-install: