diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-21 11:28:13 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-21 11:28:13 +0000 |
commit | b2be9d805a2010a4a240c05d997c1a82558a69c7 (patch) | |
tree | 86bcb94a217b122c24a6e21adb57dfcac0b58972 /www | |
parent | 596c791fbe5eb8bf448e765e9c3da1601d1dd607 (diff) | |
download | FreeBSD-ports-b2be9d805a2010a4a240c05d997c1a82558a69c7.zip FreeBSD-ports-b2be9d805a2010a4a240c05d997c1a82558a69c7.tar.gz |
- new slave port
Diffstat (limited to 'www')
-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 4dc0a63..16a42e3 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 0000000..da173b3 --- /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" |