blob: bcb888f5fea6c87398c49b053f5c9aeaae4847a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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"
|