1997-08-12 07:49:12 -04:00
|
|
|
# New ports collection makefile for: apache HTTPD
|
1995-08-28 09:28:45 -04:00
|
|
|
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
1999-09-03 12:07:53 -04:00
|
|
|
# Whom: ache@freebsd.org
|
1995-08-28 09:28:45 -04:00
|
|
|
#
|
1999-08-30 22:43:35 -04:00
|
|
|
# $FreeBSD$
|
1995-08-28 09:28:45 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:07:29 -04:00
|
|
|
PORTNAME= apache
|
2001-05-22 11:34:38 -04:00
|
|
|
PORTVERSION= 1.3.20
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= www
|
2001-04-06 20:41:51 -04:00
|
|
|
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
|
|
|
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/ \
|
|
|
|
ftp://apache.compuex.com/pub/apache/dist/httpd/ \
|
|
|
|
ftp://apache.arctic.org/pub/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.epix.net/pub/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.connectnet.com/pub/www/apache/httpd/ \
|
|
|
|
ftp://apache.technomancer.com/mirrors/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.raver.net/pub/ftp.apache.org/httpd/ \
|
|
|
|
ftp://www3.service.digital.com/apache/dist/httpd/ \
|
|
|
|
ftp://galileo.galilei.com/pub/apache/httpd/ \
|
|
|
|
ftp://ftp.mtnranch.net/pub/apache/dist/httpd/ \
|
|
|
|
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/httpd/ \
|
|
|
|
ftp://apache.nextpath.com/pub/apache/dist/httpd/
|
2000-08-21 23:41:05 -04:00
|
|
|
DISTNAME= apache_${PORTVERSION}
|
1998-02-20 06:09:09 -05:00
|
|
|
|
2001-03-06 17:51:34 -05:00
|
|
|
#PATCH_SITES= ${MASTER_SITES}
|
|
|
|
#PATCHFILES= apache_${PORTVERSION}-fix.diff
|
2001-02-12 11:19:19 -05:00
|
|
|
|
2000-08-21 23:41:05 -04:00
|
|
|
MAINTAINER= ache@freebsd.org
|
1996-05-20 03:37:06 -04:00
|
|
|
|
1998-06-24 15:54:05 -04:00
|
|
|
#
|
|
|
|
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
|
|
|
#
|
|
|
|
|
2000-08-21 23:41:05 -04:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= \
|
|
|
|
--prefix=${PREFIX} \
|
|
|
|
--server-gid=nogroup \
|
|
|
|
--with-perl=${PERL} \
|
|
|
|
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
|
|
|
--suexec-docroot=${PREFIX}/www/data \
|
|
|
|
--without-confadjust \
|
|
|
|
--enable-module=most \
|
|
|
|
--enable-module=auth_db \
|
2000-10-11 18:37:56 -04:00
|
|
|
--enable-module=mmap_static \
|
|
|
|
--disable-module=auth_dbm \
|
|
|
|
--enable-shared=max
|
1998-04-21 17:58:18 -04:00
|
|
|
|
2000-08-21 23:41:05 -04:00
|
|
|
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
|
|
|
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
2000-10-14 03:00:09 -04:00
|
|
|
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" \
|
|
|
|
-DACCEPT_FILTER_NAME=\\"httpready\\"
|
1998-06-24 15:54:05 -04:00
|
|
|
|
|
|
|
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
2000-08-21 23:41:05 -04:00
|
|
|
OPTIM+= -DBUFFERED_LOGS
|
|
|
|
CFLAGS+= -O6 -fomit-frame-pointer
|
1998-06-24 15:54:05 -04:00
|
|
|
.endif
|
|
|
|
|
2000-08-21 23:41:05 -04:00
|
|
|
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
1998-04-21 17:58:18 -04:00
|
|
|
|
2000-08-21 23:41:05 -04:00
|
|
|
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
|
|
|
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
1997-10-22 19:51:35 -04:00
|
|
|
|
1996-06-15 12:58:09 -04:00
|
|
|
post-install:
|
1996-06-15 13:51:08 -04:00
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
1999-08-27 18:30:39 -04:00
|
|
|
${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
2000-07-05 08:37:06 -04:00
|
|
|
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \
|
1996-06-15 13:51:08 -04:00
|
|
|
fi
|
1996-06-15 12:58:09 -04:00
|
|
|
|
1995-08-28 09:28:45 -04:00
|
|
|
.include <bsd.port.mk>
|