1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/dc3play/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

32 lines
750 B
Makefile

# New ports collection makefile for: dc3play
# Date created: 15 Jul 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
PORTNAME= dc3play
PORTVERSION= 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}@' < ${PKGMESSAGE}
.include <bsd.port.mk>