mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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.
33 lines
796 B
Makefile
33 lines
796 B
Makefile
# New ports collection makefile for: dc3play
|
|
# Version required: 19991202
|
|
# Date created: 15 Jul 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= dc3play-19991202
|
|
PKGNAME= dc3play-19991202
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/DC-3/unix/ \
|
|
ftp://ftp.digipri.co.jp/pub/free-software/Ricoh/DC-3/unix/
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
WRKSRC= ${WRKDIR}/dc3play/build
|
|
HAS_CONFIGURE= yes
|
|
|
|
RESTRICTED= "Beta test period, redistribution prohibited"
|
|
|
|
DOC= README.english README.japanese PROTOCOL
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/dc3play
|
|
for i in ${DOC}; do \
|
|
${INSTALL_DATA} ${WRKSRC}/../$$i \
|
|
${PREFIX}/share/doc/dc3play; \
|
|
done
|
|
${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|