summaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
diff options
context:
space:
mode:
authorveego <veego>2005-06-19 11:35:25 +0000
committerveego <veego>2005-06-19 11:35:25 +0000
commit2ad370da3eb4d5ba1bfab9c9fc4b8bc4a7dd48e5 (patch)
treebdd3755cc705a2d8f2c3405464c5b5f20a966132 /graphics/jhead/Makefile
parent73368368d01a8a5ae5d3498a1d4ad8246bf9a140 (diff)
downloadpkgsrc-2ad370da3eb4d5ba1bfab9c9fc4b8bc4a7dd48e5.tar.gz
Update to 2.4.
NetBSD changes: - Use the 'makefile' from the program to build it. - Updated DESCR - Should fix PR pkg/29798 by updating to 2.4 (test image is no longer available) Changes from previous version: Jan 14 2005 Display GPS info if included in image Feb 27 2004 Fix some time reference confusion bugs relating to -ta option May 29 2005 Added -da option for easier adjusting of date/time by large amounts. -------Released version 2.4 -- May 2005 ---------- Jun 06 2005 Fix -da option -------Released version 2.4-1 -- Jun 09 2005 -------- Jun 10 2005 Removed some debug printf I accidentally left in!
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r--graphics/jhead/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index 5fadad7902f..4b046355c7c 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/05/15 22:02:27 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/19 11:35:25 veego Exp $
#
-DISTNAME= jhead-2.3
+DISTNAME= jhead-2.4
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
@@ -12,11 +12,11 @@ COMMENT= Extract EXIF header from JPEG image
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKGSRC_USE_TOOLS+= gunzip
+MAKEFILE= makefile
+
INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead
-do-build:
- cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead \
- jhead.c exif.c jpgfile.c makernote.c -lm
+post-extract:
${GUNZIP_CMD} ${WRKSRC}/jhead.1.gz
do-install: