freebsd-ports/www/mod_frontpage-rtr/Makefile
Pav Lucistnik 2cf7ddc522 These ports are the standalone FrontPage module for Apache 1.3 and Apache 2.x
servers. Ready-To-Run has designed these modules to work as DSO modules with no
need to patch the apache sources.

PR:		ports/77218
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
2005-02-09 20:13:27 +00:00

22 lines
431 B
Makefile

# New ports collection makefile for: Microsoft FrontPage Extensions
# Date created: Tue Feb 4 13:59:20 CST 2003
# Whom: hetzels@westbend.net
#
# $FreeBSD$
#
CATEGORIES= www
MAINTAINER= hetzels@westbend.net
WANT_APACHE= 13
PKGMESSAGE= ${MASTERDIR}/pkg-message13
.if defined(WITH_SSL)
AP_PORT= www/apache13-modssl
.endif
MASTERDIR= ${.CURDIR}/../mod_frontpage2-rtr
.include "${MASTERDIR}/Makefile"