diff options
-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" |