mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5214d5c6ef
PR: ports/71330 Submitted by: Palle Girgensohn <girgen at pingpong dot net> (maintainer)
16 lines
352 B
Makefile
16 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"
|