summaryrefslogtreecommitdiffstats
path: root/www/mod_cvs2/Makefile
blob: 15598bddb6f6d48717c9d66275fa94984bfc9bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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=	2
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=	20+

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>
OpenPOWER on IntegriCloud