diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/openssl-stable/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 16daa8fe890a..e86c1aa718a5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -255,6 +255,7 @@ SUBDIR += openssh-portable SUBDIR += openssl SUBDIR += openssl-beta + SUBDIR += openssl-stable SUBDIR += openvpn SUBDIR += opieprint SUBDIR += osiris diff --git a/security/openssl-stable/Makefile b/security/openssl-stable/Makefile new file mode 100644 index 000000000000..910f4f9e1ee0 --- /dev/null +++ b/security/openssl-stable/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: OpenSSL-stable +# Date created: 04.Okt 2005 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +CATEGORIES= security devel + +MAINTAINER= dinoex@FreeBSD.org + +MASTERDIR?= ${.CURDIR}/../openssl +WITH_OPENSSL_097= yes + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |