ports/security/libssh2/Makefile

28 lines
601 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library implementing the SSH2 protocol
DISTNAME = libssh2-1.11.0
CATEGORIES = security
SHARED_LIBS += ssh2 10.1 # .1.1
HOMEPAGE = https://www.libssh2.org/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# libssh2: BSD License
# libssh2 Documentation: Open Publication License
PERMIT_PACKAGE = Yes
WANTLIB = crypto ssl z
2023-09-28 02:05:49 +00:00
SITES = https://www.libssh2.org/download/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
CFLAGS += -DHAVE_OPAQUE_STRUCTS=1
# The second test will only pass if public key auth is configured for ${USER}
TEST_IS_INTERACTIVE = Yes
TEST_FLAGS="USER=${USER}"
.include <bsd.port.mk>