2005-09-04 17:22:59 +02:00
|
|
|
# New ports collection makefile for: metacam
|
|
|
|
# Date created: 2 Sep 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= metacam
|
|
|
|
PORTVERSION= 1.2
|
|
|
|
CATEGORIES= graphics
|
2008-03-27 20:27:34 +01:00
|
|
|
MASTER_SITES= CRITICAL
|
2005-09-04 17:22:59 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-09-04 17:22:59 +02:00
|
|
|
COMMENT= A digital camera EXIF meta-information reader
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-09-04 17:22:59 +02:00
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
|
|
|
PLIST_FILES= bin/metacam
|
|
|
|
PORTDOCS= README.canon README.casio
|
|
|
|
MAN1= metacam.1
|
|
|
|
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|