forked from Lainports/freebsd-ports
- Update to 2.4
- Pass maintainership to submitter PR: ports/88219 Submitted by: Soeren Straarup <xride@x12.dk> (new maintainer)
This commit is contained in:
parent
98974c26e0
commit
c8e3bc2b5e
2 changed files with 12 additions and 9 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (jhead-2.3.tar.gz) = b27c37f1edd25e5f416914ed46ba11fb
|
||||
SIZE (jhead-2.3.tar.gz) = 49176
|
||||
MD5 (jhead-2.4.tar.gz) = 410d01fd323ce8733480816de3621cc0
|
||||
SIZE (jhead-2.4.tar.gz) = 52289
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue