blob: a9bf404edd7e05c5daeb728ac0046c47ce0521ef (
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: 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
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>
|