diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 20:13:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 20:13:27 +0000 |
commit | 2cf7ddc5221a2683e9f0462419b3702986ba8e20 (patch) | |
tree | c7d7953ec0ac9b444254a23646c9a655cf9b23b6 /www/mod_frontpage-rtr | |
parent | 0dc996a88f589b0115b74aeb78052af5a999140b (diff) |
Notes
Diffstat (limited to 'www/mod_frontpage-rtr')
-rw-r--r-- | www/mod_frontpage-rtr/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/mod_frontpage-rtr/Makefile b/www/mod_frontpage-rtr/Makefile new file mode 100644 index 000000000000..2c57e10f56a7 --- /dev/null +++ b/www/mod_frontpage-rtr/Makefile @@ -0,0 +1,22 @@ +# 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" |