4281229a55
- Update WWW and clean up pkg-descr Changes: https://github.com/wolfSSL/wolfssh/releases https://github.com/wolfSSL/wolfssh/blob/master/ChangeLog.md
28 lines
593 B
Makefile
28 lines
593 B
Makefile
PORTNAME= wolfssh
|
|
PORTVERSION= 1.4.14
|
|
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= autoreconf libtool localbase
|
|
|
|
CONFIGURE_ARGS= --enable-fwd \
|
|
--enable-keygen \
|
|
--enable-scp \
|
|
--enable-sftp \
|
|
--enable-shared=yes \
|
|
--enable-shell \
|
|
--enable-static=yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|