aboutsummaryrefslogtreecommitdiff
path: root/www/mod_jk-apache2/Makefile
blob: 2e8c71ec22253bf19377ed191312f021f44341b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	mod_jk
# Date created:				Thu Apr 10 15:14:37 EDT 2003
# Whom:					Larry Lansing <lansil@fuzzynerd.com>
#
# $FreeBSD$
#

MASTERDIR=	${.CURDIR}/../mod_jk
USE_APACHE=	2.0+
PORTREVISION=	1
PORTEPOCH=	0
LATEST_LINK=	mod_jk-ap2

MAINTAINER=	girgen@FreeBSD.org
COMMENT=	Apache2 JK module for connecting to Tomcat using AJP1X

MAKE_JOBS_SAFE=  yes

CFLAGS+=	-I${LOCALBASE}/include

.include "${MASTERDIR}/Makefile"