freebsd-ports/graphics/camediaplay/Makefile
Kevin Lo 3387f20d26 - Update to the lastest version
- Support CFLAGS properly
- HAS_CONFIGURE -> GNU_CONFIGURE
- Support NOPORTDOCS
- Fix distinfo

PR: 25321
Submitted by: Ports Fury
2001-02-25 06:30:33 +00:00

34 lines
817 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= 20010211
PORTREVISION= 1
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= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}/build
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTFLAG=""
MAN1= camediaplay.1
post-patch:
@${PERL} -pi -e "s|<sys/dir.h>|<dirent.h>|g" ${WRKSRC}/../src/*.c
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/camediaplay
.for file in PROTOCOL README.english README.japanese
${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/camediaplay
.endfor
.endif
.include <bsd.port.mk>