1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Add OPTION to allow users to choose to build agains OpenSSL from ports

Feature safe:	yes
This commit is contained in:
Ryan Steinmetz 2012-03-16 01:08:12 +00:00
parent 380887bc71
commit 76a32125f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293384

View File

@ -30,10 +30,17 @@ PORTDOCS= *
MAN8= openconnect.8
OPTIONS= PROXY "Enable automatic proxy configuratio via libproxy" off
OPTIONS= PROXY "Enable automatic proxy configuratio via libproxy" off \
OPENSSLPORT "Use OpenSSL from ports" off
.include <bsd.port.options.mk>
.if defined(WITH_OPENSSLPORT)
WITH_OPENSSL_PORT= yes
.else
WITH_OPENSSL_BASE= yes
.endif
.include <bsd.port.pre.mk>
.if defined(WITH_PROXY)