1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/wolfssh/Makefile
2021-04-06 16:31:07 +02:00

28 lines
527 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= wolfssh
PORTVERSION= 1.4.6
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>