aboutsummaryrefslogtreecommitdiff
path: root/graphics/exifprobe/Makefile
blob: 8e70143d27dd53c4e6f57552ae24c1f5e0c8879b (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
# New ports collection makefile for:	exifprobe
# Date created:		2004-07-21
# Whom:			Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=	exifprobe
PORTVERSION=	2.0.0
CATEGORIES=	graphics
MASTER_SITES=	http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/

MAINTAINER=	ahze@FreeBSD.org
COMMENT=	Probes JPEG or TIFF images and reports contents and structure

USE_REINPLACE=	yes

MAN1=		exifgrep.1 exifprobe.1
PLIST_FILES=	bin/exifgrep bin/exifprobe

post-patch:
	@${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
		 ${WRKSRC}/${MAKEFILE}

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${PREFIX}/bin
	@${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${PREFIX}/bin
.for i in ${MAN1}
	@${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
.endfor

.include <bsd.port.mk>