freebsd-ports/graphics/jhead/Makefile

36 lines
814 B
Makefile
Raw Normal View History

# 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
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ \
http://www.is-root.com/myports/
2008-08-20 09:45:33 +02:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Exif Jpeg camera setting parser, rotator and much more
RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg
MAKEFILE= makefile
MAKE_JOBS_SAFE= yes
PORTDOCS= usage.html
PLIST_FILES= bin/jhead
MAN1= jhead.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
2009-02-15 15:47:15 +01:00
${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
.endif
.include <bsd.port.mk>