mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2a3105aff0
- centralise OPTIONS in Makefile.options - s/Enable// in OPTIONS - rewrite Makefile.modules (last defined SLAVE_PORT_MPM port use now WITH_MPM var) - no REVISION bump, nothing changed in the logic / functionality apache22-peruser-mpm - use WITH_MPM instead SLAVE_PORT_MPM
23 lines
529 B
Makefile
23 lines
529 B
Makefile
# New ports collection makefile for: apache22-itk-mpm
|
|
# Date created: 2010-11-5
|
|
# Whom: Tom Judge <tom@tomjudge.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# To build this port with the additional mpm-itk-perdir-regex
|
|
# patch use -DWITH_ITK_PERDIR_REGEX
|
|
#
|
|
# For a quick description take a look into the mpm-itk* patches
|
|
# in the apache22/files directory
|
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
WITH_MPM= itk
|
|
|
|
LATEST_LINK= apache22-${WITH_MPM:L}-mpm
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|