freebsd-ports/graphics/fujiplay/Makefile
Emanuel Haupt cb1a41dc59 Fix build with clang by making the port respect CC. While we're here remove
the md5 summ.

PR:		158131
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2011-06-21 22:52:08 +00:00

36 lines
872 B
Makefile

# New ports collection makefile for: fujiplay
# Date created: 20 Sep 1999
# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= fujiplay
PORTVERSION= 1.33
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Digital camera downloading tool for Fujifilm digital cameras
NO_WRKSUBDIR= yes
PLIST_FILES= bin/fujiplay bin/yycc2ppm
PORTDOCS= README fujiplay.lsm mx700-commands.html
post-patch:
@${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile
do-install:
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fujiplay
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/share/doc/fujiplay
.endfor
.endif
.include <bsd.port.mk>