mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e981108839
A digital camera dowloading tool for Fujifilm digital cameras. PR: 13856 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
31 lines
676 B
Makefile
31 lines
676 B
Makefile
# New ports collection makefile for: fujiplay
|
|
# Version required: 1.33
|
|
# Date created: 20 Sep 1999
|
|
# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fujiplay
|
|
PKGNAME= fujiplay-1.33
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kiri@pis.toba-cmt.ac.jp
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PORTSDOC= README fujiplay.lsm mx700-commands.html
|
|
|
|
do-install:
|
|
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/fujiplay
|
|
.for f in ${PORTSDOC}
|
|
${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/share/doc/fujiplay
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|