2005-02-09 21:13:27 +01:00
|
|
|
# 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
|
|
|
|
|
2005-11-08 03:07:12 +01:00
|
|
|
MAINTAINER= swhetzel@gmail.com
|
2005-02-09 21:13:27 +01:00
|
|
|
|
2006-02-11 05:32:03 +01:00
|
|
|
USE_APACHE= 13
|
2005-02-09 21:13:27 +01:00
|
|
|
|
|
|
|
.if defined(WITH_SSL)
|
2006-02-11 05:32:03 +01:00
|
|
|
APACHE_PORT= www/apache13-modssl
|
2005-02-09 21:13:27 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../mod_frontpage2-rtr
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|