mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
31 lines
736 B
Makefile
31 lines
736 B
Makefile
# New ports collection makefile for: camediaplay
|
|
# Date created: 2 May 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= camediaplay
|
|
PORTVERSION= 19991202
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \
|
|
ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
WRKSRC= ${WRKDIR}/camediaplay/build
|
|
HAS_CONFIGURE= yes
|
|
MAN1= camediaplay.1
|
|
|
|
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
|
|
${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|