diff options
author | veego <veego@pkgsrc.org> | 2002-02-10 22:47:47 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-02-10 22:47:47 +0000 |
commit | 01fa670df5d33b3c85e81c01ba44b161bbc3dd74 (patch) | |
tree | 3488e555ce00756de39e8b854dd067d1847d543b /graphics/jhead/Makefile | |
parent | 7a2c3b1d21bb386221bcd145238952f5f24c0a42 (diff) | |
download | pkgsrc-01fa670df5d33b3c85e81c01ba44b161bbc3dd74.tar.gz |
Update jhead to version 1.6.
Changes since 1.5:
- Added -V (version) option
- Added -exonly (exif only) option
- Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com])
- Use EDITOR environment variable to pick which editor (Instead of notpead or VI)
- Improved thumbnail deletion feature - now not just shortens the header, but
also removes pointers to the thumbnail form the exif header.
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index ff45979270d..2a8f42d82a0 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2001/12/23 04:38:05 toshii Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/10 22:47:47 veego Exp $ # -DISTNAME= jhead -PKGNAME= jhead-1.5 +DISTNAME= jhead-1.6 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -EXTRACT_SUFX= .zip MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${DISTNAME:S/-//} LIBS= -lm |