summaryrefslogtreecommitdiff
path: root/security/wolfssh/Makefile
blob: 77dd5d2cdc010093db09e88e0a8688bf13f625cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PORTNAME=	wolfssh
DISTVERSION=	1.4.15
CATEGORIES=	security
MASTER_SITES=	https://www.wolfssl.com/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Lightweight SSH Library
WWW=		https://www.wolfssl.com/products/wolfssh/ \
		https://github.com/wolfSSL/wolfssh

LICENSE=	GPLv3

LIB_DEPENDS=	libwolfssl.so:security/wolfssl

USES=		libtool localbase zip
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

CONFIGURE_ARGS=	--disable-examples \
		--enable-fwd \
		--enable-keygen \
		--enable-scp \
		--enable-sftp \
		--enable-shared=yes \
		--enable-shell \
		--enable-static=yes

.include <bsd.port.mk>