mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22f3385a79
sprintf() in insecure manner (may subject to buffer overflow, like xmindpath in magicpoint). If you really care, I can mark them BROKEN until they are confirmed to be safe.
31 lines
756 B
Makefile
31 lines
756 B
Makefile
# New ports collection makefile for: camediaplay
|
|
# Version required: 19991202
|
|
# Date created: 2 May 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= camediaplay-19991202
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \
|
|
ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
WRKSRC= ${WRKDIR}/camediaplay/build
|
|
HAS_CONFIGURE= yes
|
|
MAN1= camediaplay.1
|
|
|
|
DOC= README.english README.japanese PROTOCOL
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/camediaplay
|
|
for i in ${DOC}; do \
|
|
${INSTALL_DATA} ${WRKSRC}/../$$i \
|
|
${PREFIX}/share/doc/camediaplay; \
|
|
done
|
|
${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|