1PORTNAME= wolfssh 2PORTVERSION= 1.4.18 3CATEGORIES= security 4MASTER_SITES= https://www.wolfssl.com/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Lightweight SSH Library 8WWW= https://www.wolfssl.com/products/wolfssh/ \ 9 https://github.com/wolfSSL/wolfssh 10 11LICENSE= gpl3 12 13LIB_DEPENDS= libwolfssl.so:security/wolfssl 14TEST_DEPENDS= bash:shells/bash 15 16USES= libtool localbase shebangfix 17 18CONFIGURE_ARGS= --disable-smallstack \ 19 --enable-agent \ 20 --enable-certs \ 21 --enable-examples \ 22 --enable-fwd \ 23 --enable-keygen \ 24 --enable-scp \ 25 --enable-sftp \ 26 --enable-shared=yes \ 27 --enable-shell \ 28 --enable-static=yes \ 29 --enable-term 30GNU_CONFIGURE= yes 31INSTALL_TARGET= install-strip 32TEST_TARGET= check 33USE_LDCONFIG= yes 34 35SHEBANG_FILES= scripts/get-put.test 36 37.include <bsd.port.mk> 38