c046418346
PR: ports/91968 Submitted by: Scot Hetzel <swhetzel@gmail.com> (maintainer)
20 lines
392 B
Makefile
20 lines
392 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= swhetzel@gmail.com
|
|
|
|
USE_APACHE= 13
|
|
|
|
.if defined(WITH_SSL)
|
|
APACHE_PORT= www/apache13-modssl
|
|
.endif
|
|
|
|
MASTERDIR= ${.CURDIR}/../mod_frontpage2-rtr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|