freebsd-ports/graphics/jhead/Makefile
Kirill Ponomarev 91a9e897b1 - Update to 2.1
PR:		ports/65236
Submitted by:	Marius Strom <marius@marius.org>
2004-04-06 12:52:05 +00:00

29 lines
649 B
Makefile

# New ports collection makefile for: jhead
# Date created: 01 Dec 2001
# Whom: Jamie Hermans <jamie@hermans.ca>
#
# $FreeBSD$
#
PORTNAME= jhead
PORTVERSION= 2.1
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
MAINTAINER= ports@FreeBSD.org
COMMENT= Exif Jpeg camera setting parser and thumbnail remover
MAKEFILE= ${WRKSRC}/makefile
USE_GMAKE= yes
PORTDOCS= usage.html
PLIST_FILES= bin/jhead
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
.endif
.include <bsd.port.mk>