mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
948f5473bd
Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
31 lines
763 B
Makefile
31 lines
763 B
Makefile
# New ports collection makefile for: exifprobe
|
|
# Date created: 2004-07-21
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= exifprobe
|
|
DISTVERSION= 2.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Probes JPEG or TIFF images and reports contents and structure
|
|
|
|
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>
|