freebsd-ports/www/mod_frontpage-rtr/Makefile

21 lines
392 B
Makefile
Raw Normal View History

# 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"