mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dcbec6b324
- Pet Portlint
39 lines
764 B
Makefile
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>
|