mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ae413f56b6
Approved by: ade (mentor)
16 lines
351 B
Makefile
16 lines
351 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@FreeBSD.org
|
|
COMMENT= Apache2 JK module for connecting to Tomcat using AJP1X
|
|
|
|
.include "${MASTERDIR}/Makefile"
|