From 91d4d33ddca6c3a55795495e07c3089fb7507199 Mon Sep 17 00:00:00 2001 From: clement Date: Sun, 18 Apr 2004 10:43:06 +0000 Subject: Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for connecting to Tomcat using AJP1X. PR: ports/56662 Submitted by: Palle Girgensohn --- www/Makefile | 1 + www/mod_jk2-apache2/Makefile | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 www/mod_jk2-apache2/Makefile diff --git a/www/Makefile b/www/Makefile index be1c534..c6a8043 100644 --- a/www/Makefile +++ b/www/Makefile @@ -245,6 +245,7 @@ SUBDIR += mod_jk SUBDIR += mod_jk-apache2 SUBDIR += mod_jk2 + SUBDIR += mod_jk2-apache2 SUBDIR += mod_layout SUBDIR += mod_layout2 SUBDIR += mod_limitipconn diff --git a/www/mod_jk2-apache2/Makefile b/www/mod_jk2-apache2/Makefile new file mode 100644 index 0000000..76e989d --- /dev/null +++ b/www/mod_jk2-apache2/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: mod_jk2-apache2 +# Date created: Thu May 29 01:24:15 CEST 2003 +# Whom: Palle Girgensohn +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mod_jk2 +WITH_APACHE2= YES + +.include "${MASTERDIR}/Makefile" -- cgit v1.1