mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
425f4552d9
camera engine. PR: 3520 Submitted by: itojun@itojun.org
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# 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>
|