mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ef5cd63aba
connecting to Tomcat using AJP1X. PR: ports/56662 Submitted by: Palle Girgensohn <girgen@pingpong.net>
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# New ports collection makefile for: mod_jk2-apache2
|
|
# Date created: Thu May 29 01:24:15 CEST 2003
|
|
# Whom: Palle Girgensohn <girgen@pingpong.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../mod_jk2
|
|
WITH_APACHE2= YES
|
|
|
|
.include "${MASTERDIR}/Makefile"
|