2020-12-13 15:40:35 +01:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= wolfssh
|
2022-06-16 15:59:13 +02:00
|
|
|
PORTVERSION= 1.4.10
|
2020-12-13 15:40:35 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= https://www.wolfssl.com/
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Lightweight SSH Library
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
LIB_DEPENDS= libwolfssl.so:security/wolfssl
|
|
|
|
|
|
|
|
USES= autoreconf libtool localbase
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-fwd \
|
|
|
|
--enable-keygen \
|
|
|
|
--enable-scp \
|
|
|
|
--enable-sftp \
|
|
|
|
--enable-shared=yes \
|
|
|
|
--enable-shell \
|
|
|
|
--enable-static=yes
|
|
|
|
GNU_CONFIGURE= yes
|
2021-11-21 19:19:17 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2020-12-13 15:40:35 +01:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|