summaryrefslogtreecommitdiff
path: root/www/apache-contrib/Makefile
blob: 2c8a8b45fb9ea2a0f121a77a681f3c72343b5cc5 (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
31
32
33
34
35
# New ports collection makefile for:	apache-contrib
# Date created:				September 10 2000
# Whom:	      				Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=	apache-contrib
PORTVERSION=	1.0.8
CATEGORIES=	www
MASTER_SITES=	http://www.apache.org/dist/%SUBDIR%/ \
		ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \
		ftp://ftp.rge.com/pub/infosystems/apache/dist/%SUBDIR%/ \
		ftp://apache.compuex.com/pub/apache/dist/%SUBDIR%/ \
		ftp://apache.arctic.org/pub/apache/dist/%SUBDIR%/ \
		ftp://ftp.epix.net/pub/apache/dist/%SUBDIR%/ \
		ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \
		ftp://ftp.connectnet.com/pub/www/apache/%SUBDIR%/ \
		ftp://apache.technomancer.com/mirrors/apache/dist/%SUBDIR%/ \
		ftp://ftp.raver.net/pub/ftp.apache.org/%SUBDIR%/ \
		ftp://www3.service.digital.com/apache/dist/%SUBDIR%/ \
		ftp://galileo.galilei.com/pub/apache/%SUBDIR%/ \
		ftp://ftp.mtnranch.net/pub/apache/dist/%SUBDIR%/ \
		ftp://ftp.iodynamics.com/pub/mirror/apache/dist/%SUBDIR%/ \
		ftp://apache.nextpath.com/pub/apache/dist/%SUBDIR%/
MASTER_SITE_SUBDIR=	contrib/modules/1.3

MAINTAINER=	anders@fix.no

BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13

ALL_TARGET=	APXS=${LOCALBASE}/sbin/apxs all

.include <bsd.port.mk>