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
|
2002-07-29 22:39:55 +02:00
|
|
|
PORTVERSION= 1.8
|
2001-12-19 11:00:41 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-05-14 23:45:46 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2001-12-19 11:00:41 +01:00
|
|
|
|
|
|
|
MAINTAINER= jamie@hermans.ca
|
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|