dc8ee8da45
apache2 JK module for connecting to Tomcat using AJP1X. PR: ports/56660 Submitted by: Larry Lansing <lansil@fuzzynerd.com>
15 lines
352 B
Makefile
15 lines
352 B
Makefile
# 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
|
|
WITH_APACHE2= YES
|
|
PORTEPOCH= 0
|
|
|
|
MAINTAINER= girgen@pingpong.net
|
|
COMMENT= Apache2 JK module for connecting to Tomcat using AJP1X
|
|
|
|
.include "${MASTERDIR}/Makefile"
|