# New ports collection makefile for:   jhead
# Date created:                01 Dec 2001
# Whom:                        Jamie Hermans <jamie@hermans.ca>
#
# $FreeBSD: ports/graphics/jhead/Makefile,v 1.3 2002/05/14 21:45:43 pat Exp $
#

PORTNAME=	jhead
PORTVERSION=	1.7
CATEGORIES=	graphics
MASTER_SITES=	http://www.sentex.net/~mwandel/jhead/
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	jamie@hermans.ca

MAKEFILE=	${FILESDIR}/Makefile

WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
