diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-30 09:49:50 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-30 09:49:50 +0000 |
commit | c8e3bc2b5e7c0fe94de60498a7e356f6252899b3 (patch) | |
tree | 6a7dd38bd8babb62005439bb9e27c144b988a7be /graphics/jhead/Makefile | |
parent | 98974c26e094b162ffe9933c08b4f0f30fa85cc4 (diff) |
Notes
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r-- | graphics/jhead/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 954d92cdc050..2358152673e1 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -6,22 +6,25 @@ # PORTNAME= jhead -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Exif Jpeg camera setting parser and thumbnail remover +MAINTAINER= xride@x12.dk +COMMENT= Exif Jpeg camera setting parser, rotator and much more + +RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg + +MAKEFILE= makefile +MANCOMPRESSED= yes PORTDOCS= usage.html PLIST_FILES= bin/jhead - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} exif.c jhead.c jpgfile.c makernote.c \ - -o jhead -lm +MAN1= jhead.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/jhead.1.gz ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR} |