blob: d10a5e819180eae0b5ba29d26aac1fd96fca9069 (
plain) (
blame)
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
|
# New ports collection makefile for: mod_cvs
# Date created: 14 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= mod_cvs
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= ftp://ftp.sub.nu/pub/mod_cvs/ \
ftp://ftp.isk.kth.se/pub/people/main/mod_cvs/
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
MAKE_ARGS+= APXS="${APXS}"
APXS?= ${LOCALBASE}/sbin/apxs
post-patch:
@${PERL} -pi -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile
do-install:
${APXS} -i -A -n cvs ${WRKSRC}/mod_cvs.so
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|