90685b8411
individual Makefile files and out of Makefile.common.
14 lines
470 B
Text
14 lines
470 B
Text
# $NetBSD: Makefile.common,v 1.26 2008/06/22 23:01:19 he Exp $
|
|
|
|
# used by devel/apr0/Makefile
|
|
|
|
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.63
|
|
APR_VERSION= 0.9.17
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
|
|
${MASTER_SITE_APACHE:=httpd/old/} \
|
|
http://www.NetBSD.org/images/logos/
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|