blob: b83955e84bb315f5e31239dadfcb2222087d39dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.common,v 1.20 2006/05/07 12:35:27 tron Exp $
DISTNAME= httpd-${APACHE_VERSION}
EXTRACT_SUFX= .tar.bz2
# When updating this version be sure to update the checksum and remove
# any PKGREVISION for devel/apr also.
APACHE_VERSION= 2.0.58
APR_VERSION= 0.9.12
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
${MASTER_SITE_APACHE:=httpd/old/} \
http://www.NetBSD.org/images/logos/
MAINTAINER= tron@NetBSD.org
|