blob: b78f20136a244dfcc89a6323aceae6ef39d32871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.common,v 1.14 2005/02/10 13:29:10 salo Exp $
DISTNAME= httpd-${APACHE_VERSION}
# When updating this version be sure to update the checksum and remove
# any PKGREVISION for devel/apr also.
APACHE_VERSION= 2.0.53
APR_VERSION= 0.9.6
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
${MASTER_SITE_APACHE:=httpd/old/} \
http://www.NetBSD.org/images/logos/
MAINTAINER= tech-pkg@NetBSD.org
|