1997-05-20 08:28:56 +02:00
|
|
|
# New ports collection makefile for: camediaplay
|
|
|
|
# Date created: 2 May 1997
|
|
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1997-05-20 08:28:56 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= camediaplay
|
2001-02-11 05:33:35 +01:00
|
|
|
PORTVERSION= 20010211
|
2001-02-25 07:30:33 +01:00
|
|
|
PORTREVISION= 1
|
1997-05-20 08:28:56 +02:00
|
|
|
CATEGORIES= graphics
|
2001-02-25 07:30:33 +01:00
|
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \
|
1998-01-17 18:46:09 +01:00
|
|
|
ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/
|
1997-05-20 08:28:56 +02:00
|
|
|
|
2001-02-25 07:30:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Digital camera downloading tool for Epson/Sanyo/Olympus/Agfa camera
|
1997-05-20 08:28:56 +02:00
|
|
|
|
2001-02-25 07:30:33 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/build
|
1997-05-20 08:28:56 +02:00
|
|
|
|
2001-02-25 07:30:33 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= OPTFLAG=""
|
|
|
|
MAN1= camediaplay.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|<sys/dir.h>|<dirent.h>|g" ${WRKSRC}/../src/*.c
|
1997-05-20 08:28:56 +02:00
|
|
|
|
|
|
|
post-install:
|
2001-02-25 07:30:33 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/camediaplay
|
|
|
|
.for file in PROTOCOL README.english README.japanese
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/camediaplay
|
|
|
|
.endfor
|
|
|
|
.endif
|
1997-05-20 08:28:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|