mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
31 lines
693 B
Makefile
31 lines
693 B
Makefile
|
# New ports collection makefile for: dc3play
|
||
|
# Version required: 970715
|
||
|
# Date created: 15 Jul 1997
|
||
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= dc3play-970715
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/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>
|