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
776 B
Makefile
Raw Normal View History

# New ports collection makefile for: camediaplay
# Version required: 971009
# Date created: 2 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.7 1997/09/11 09:53:26 itojun Exp $
#
DISTNAME= camediaplay-971009
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
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
1997-07-13 17:43:05 +00:00
${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE
.include <bsd.port.mk>