1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/camediaplay/Makefile

30 lines
654 B
Makefile
Raw Normal View History

# New ports collection makefile for: camediaplay
# Date created: 2 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= camediaplay-970418
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/C-400L/unix/
MAINTAINER= itojun@itojun.org
WRKSRC= ${WRKDIR}/camediaplay/build
HAS_CONFIGURE= yes
RESTRICTED= "Beta test period, redistribution prohibited"
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
${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>