mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add SMB option
PR: 210472 Submitted by: Marcin Gryszkalis <mg@fork.pl>
This commit is contained in:
parent
2568504542
commit
fc0f70a87d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426993
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ COMMENT?= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 METALINK PROXY PSL RTMP TLS_SRP
|
||||
OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 METALINK PROXY PSL RTMP SMB TLS_SRP
|
||||
OPTIONS_RADIO= RESOLV SSL
|
||||
OPTIONS_SINGLE= GSSAPI
|
||||
OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER
|
||||
|
@ -29,6 +29,7 @@ LDAPS_IMPLIES= LDAP
|
|||
LIBSSH2_DESC= SCP/SFTP support via libssh2
|
||||
LIBSSH2_IMPLIES= OPENSSL
|
||||
RESOLV_DESC= DNS resolving options
|
||||
SMB_DESC= SMB/CIFS support
|
||||
THREADED_RESOLVER_DESC= Threaded DNS resolver
|
||||
TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
|
||||
|
||||
|
@ -133,6 +134,7 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl
|
|||
RTMP_CONFIGURE_WITH= librtmp
|
||||
RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp
|
||||
RTMP_USES= pkgconfig
|
||||
SMB_CONFIGURE_ENABLE= smb
|
||||
THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver
|
||||
TLS_SRP_CONFIGURE_ENABLE= tls-srp
|
||||
WOLFSSL_CONFIGURE_WITH= cyassl
|
||||
|
|
Loading…
Add table
Reference in a new issue