aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jhead/Makefile
blob: f24ad9a4a3399387216a4c064315ba2e249a30d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   jhead
# Date created:                01 Dec 2001
# Whom:                        Jamie Hermans <jamie@hermans.ca>
#
# $FreeBSD$
#

PORTNAME=   jhead
PORTVERSION=    2.7
CATEGORIES= graphics
MASTER_SITES=   http://www.sentex.net/~mwandel/jhead/ \
        http://www.is-root.com/myports/

MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT=    Exif Jpeg camera setting parser, rotator and much more

RUN_DEPENDS=    jpegtran:${PORTSDIR}/graphics/jpeg

MAKEFILE=   makefile
MANCOMPRESSED=  yes

PORTDOCS=   usage.html
PLIST_FILES=    bin/jhead
MAN1=       jhead.1

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

.include <bsd.port.mk>