1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add option for OpenSSL support.

Submitted by:	nsayer
This commit is contained in:
Dirk Froemberg 2001-04-11 22:49:42 +00:00
parent 1234108a8d
commit 7e140a310a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41305
2 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,7 @@ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \
Interbase "Interbase 6 database support (Firebird)" OFF \
dBase "dBase database support" OFF \
OpenLDAP "OpenLDAP support" OFF \
OpenSSL "OpenSSL support" OFF \
SNMP "SNMP support" OFF \
XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
@ -151,6 +152,10 @@ while [ "$1" ]; do
LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib"
fi
;;
\"OpenSSL\")
echo "USE_OPENSSL=yes"
echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}"
;;
\"SNMP\")
echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack"

View File

@ -25,6 +25,7 @@ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \
Interbase "Interbase 6 database support (Firebird)" OFF \
dBase "dBase database support" OFF \
OpenLDAP "OpenLDAP support" OFF \
OpenSSL "OpenSSL support" OFF \
SNMP "SNMP support" OFF \
XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
@ -151,6 +152,10 @@ while [ "$1" ]; do
LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib"
fi
;;
\"OpenSSL\")
echo "USE_OPENSSL=yes"
echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}"
;;
\"SNMP\")
echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack"