diff options
author | clement <clement@FreeBSD.org> | 2004-02-26 08:27:43 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-26 08:27:43 +0800 |
commit | 1b69df69782c33477ec373218a7e4f9c1220c713 (patch) | |
tree | 79d1c6e0898bd87baa443d1f314952fd8bdf4097 /www | |
parent | 11c830c548a84779b31f445f3bf99e275b04e7ae (diff) | |
download | freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.tar.gz freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.tar.zst freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.zip |
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 <lansil@fuzzynerd.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_jk-apache2/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
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 <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" |