1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/mod_cvs2/Makefile
Philip M. Gollucci dcbec6b324 - Convert to AP_FAST_BUILD / AP_GENPLIST
- Pet Portlint
2010-06-07 04:34:55 +00:00

39 lines
764 B
Makefile

# New ports collection makefile for: mod_cvs2
# Date created: 6 January 2003
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_cvs
PORTVERSION= 0.5.91
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= A module that makes Apache 2 CVS aware
MAKE_JOBS_SAFE= yes
LATEST_LINK= mod_cvs2
USE_APACHE= 2.0+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= reference.html guide.html README
post-install:
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
. for f in ${PORTDOCS:NREADME}
@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/
. endfor
.endif
.include <bsd.port.mk>