2001-12-19 11:00:41 +01:00
|
|
|
# New ports collection makefile for: jhead
|
|
|
|
# Date created: 01 Dec 2001
|
|
|
|
# Whom: Jamie Hermans <jamie@hermans.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jhead
|
2009-11-17 08:59:04 +01:00
|
|
|
PORTVERSION= 2.88
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-19 11:00:41 +01:00
|
|
|
CATEGORIES= graphics
|
2007-01-28 00:44:06 +01:00
|
|
|
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ \
|
|
|
|
http://www.is-root.com/myports/
|
2001-12-19 11:00:41 +01:00
|
|
|
|
2008-08-20 09:45:33 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-10-30 10:49:50 +01:00
|
|
|
COMMENT= Exif Jpeg camera setting parser, rotator and much more
|
|
|
|
|
|
|
|
RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
MAKEFILE= makefile
|
2001-12-19 11:00:41 +01:00
|
|
|
|
2009-03-26 15:59:17 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2004-04-06 14:52:05 +02:00
|
|
|
PORTDOCS= usage.html
|
|
|
|
PLIST_FILES= bin/jhead
|
2005-10-30 10:49:50 +01:00
|
|
|
MAN1= jhead.1
|
2004-06-08 10:23:06 +02:00
|
|
|
|
2001-12-19 11:00:41 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
|
2009-02-15 15:47:15 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
|
2001-12-19 11:00:41 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|