diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-21 11:28:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-21 11:28:13 +0000 |
commit | ada99fa3d9f5cfda0511cd22c412c3968c48f9a2 (patch) | |
tree | aabdfef966508ad6e0f880560643939e078ee10c | |
parent | - Update to 0.0.6 (diff) |
- new slave port
Notes
Notes:
svn path=/head/; revision=104838
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/apache13-modssl+ipv6/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4dc0a63a3214..16a42e347187 100644 --- a/www/Makefile +++ b/www/Makefile @@ -19,6 +19,7 @@ SUBDIR += apache13+ipv6 SUBDIR += apache13-fp SUBDIR += apache13-modssl + SUBDIR += apache13-modssl+ipv6 SUBDIR += apache13-ssl SUBDIR += apache2 SUBDIR += arena diff --git a/www/apache13-modssl+ipv6/Makefile b/www/apache13-modssl+ipv6/Makefile new file mode 100644 index 000000000000..da173b3e36c9 --- /dev/null +++ b/www/apache13-modssl+ipv6/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: apache13-modssl+ipv6 +# Date created: 04.Nov 2003 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +CATEGORIES= www ipv6 + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= The Apache 1.3 webserver with SSL/TLS and IPv6 functionality + +APACHE_WITH_IPV6=yes +MASTERDIR?= ${.CURDIR}/../apache13-modssl + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |