freebsd-ports/security/wolfssh/Makefile
Sunpoet Po-Chuan Hsieh a49b3f075c Add wolfssh 1.4.5
The wolfSSH library is a lightweight SSHv2 client and server library written in
ANSI C and targeted for embedded, RTOS, and resource-constrained environments -
primarily because of its small size, speed, and feature set.

WWW: https://www.wolfssl.com/products/wolfssh/
WWW: https://github.com/wolfSSL/wolfssh
2020-12-13 14:40:35 +00:00

29 lines
539 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= wolfssh
PORTVERSION= 1.4.5
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
TEST_TARGET= check
.include <bsd.port.mk>