From 1b69df69782c33477ec373218a7e4f9c1220c713 Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 26 Feb 2004 00:27:43 +0000 Subject: Add mod_jk-apache2, a slave port to mod_jk. apache2 JK module for connecting to Tomcat using AJP1X. PR: ports/56660 Submitted by: Larry Lansing --- www/Makefile | 1 + www/mod_jk-apache2/Makefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 www/mod_jk-apache2/Makefile (limited to 'www') diff --git a/www/Makefile b/www/Makefile index ba61b406c58b..4381c2ef4c32 100644 --- a/www/Makefile +++ b/www/Makefile @@ -236,6 +236,7 @@ SUBDIR += mod_index_rss SUBDIR += mod_injection SUBDIR += mod_jk + SUBDIR += mod_jk-apache2 SUBDIR += mod_jk2 SUBDIR += mod_layout SUBDIR += mod_layout2 diff --git a/www/mod_jk-apache2/Makefile b/www/mod_jk-apache2/Makefile new file mode 100644 index 000000000000..cf80ae3c77b8 --- /dev/null +++ b/www/mod_jk-apache2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mod_jk +# Date created: Thu Apr 10 15:14:37 EDT 2003 +# Whom: Larry Lansing +# +# $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" -- cgit