1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/boa/Makefile
Steve Price 25deaff13f Update to version 0.94.6.
PR:		17723
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-30 20:13:49 +00:00

40 lines
934 B
Makefile

# New ports collection makefile for: boa
# Date created: 21 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= boa
PORTVERSION= 0.94.6
CATEGORIES= www
MASTER_SITES= http://www.boa.org/
MAINTAINER= ports@FreeBSD.org
FETCH_BEFORE_ARGS= -b
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
GNU_CONFIGURE= yes
BOA_DOCS= boa-1.html boa-2.html boa-3.html boa-4.html boa.html \
boa.ps boa.txt boa_banner.png
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/boa ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/../boa.conf ${PREFIX}/etc/boa.conf.sample
@${MKDIR} ${PREFIX}/share/examples/boa
${INSTALL_DATA} ${WRKSRC}/../examples/* ${PREFIX}/share/examples/boa
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/boa
.for file in ${BOA_DOCS}
${INSTALL_DATA} ${WRKSRC}/../docs/${file} ${PREFIX}/share/doc/boa
.endfor
.endif
.include <bsd.port.mk>