freebsd-ports/www/apache22-peruser-mpm/Makefile
Philip M. Gollucci a3839b478a - www/apache22-peruser-mpm overwrites the apache22.tbz package in Latest/
due to the Master/Slave relationship
  (Needs LATEST_LINK et al)

Discussed on:   apache@
Reported by:    John Hay <jhay@meraka.org.za>
Approved by:    Jille Timmermans <jille@quis.cx>

With hat:       apache
2009-01-29 23:51:46 +00:00

27 lines
812 B
Makefile

# New ports collection makefile for: apache22-peruser
# Apache 2.2.X with peruser mpm 0.3.0-dc2
# Date created: 13 Sep 2008
# Whom: Jille Timmermans <jille@quis.cx>
# Peruser main url: http://telana.com/peruser.php
# Peruser patches: http://source.kood.ee/
# This port contains the main patch, including the dc2 patch
#
# $FreeBSD$
#
PORTREVISION= 1
MAINTAINER= jille@quis.cx
MASTERDIR= ${.CURDIR}/../apache22
SLAVE_PORT_MPM= peruser
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc2.patch
WITH_MPM= ${SLAVE_PORT_MPM}
SLAVE_DESIGNED_FOR= 2.2.11 # 2.2.3 to be honest, but works fine on 2.2.11
LATEST_LINK= ${PORTNAME}
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"