aboutsummaryrefslogtreecommitdiff
path: root/security/openconnect
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2016-08-31 13:22:30 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2016-08-31 13:22:30 +0000
commit9d9bc6c30588d13029b8acbdb1f4c4914982cbfd (patch)
treedf952676ad8974ee4b22d250c8116b919453f12c /security/openconnect
parentb30b9cb91399c3588fb695541fdb4da0b61512ca (diff)
downloadports-9d9bc6c30588d13029b8acbdb1f4c4914982cbfd.tar.gz
ports-9d9bc6c30588d13029b8acbdb1f4c4914982cbfd.zip
- Add LZ4 OPTION
PR: 212254 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=421160
Diffstat (limited to 'security/openconnect')
-rw-r--r--security/openconnect/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 77b240105e3e..b09e5a8f82bd 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -26,7 +26,11 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= *
-OPTIONS_DEFINE= PROXY GNUTLS
+OPTIONS_DEFINE= PROXY GNUTLS LZ4
+
+LZ4_DESC= LZ4-based compression
+LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4
+LZ4_CONFIGURE_WITH= lz4
PROXY_DESC= Automatic proxy configuration via libproxy
PROXY_LIB_DEPENDS= libproxy.so:net/libproxy