2017-01-12 13:34:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2017/01/12 13:34:09 benoit Exp $
|
2008-05-15 21:20:00 +00:00
|
|
|
|
|
|
|
COMMENT = library implementing the SSH2 protocol
|
|
|
|
|
2017-01-12 13:34:09 +00:00
|
|
|
DISTNAME = libssh2-1.8.0
|
2008-05-15 21:20:00 +00:00
|
|
|
CATEGORIES = security
|
2017-01-12 13:34:09 +00:00
|
|
|
SHARED_LIBS += ssh2 8.0 # .1.1
|
2009-09-25 11:54:27 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://www.libssh2.org/
|
2008-05-15 21:20:00 +00:00
|
|
|
|
2009-09-25 11:54:27 +00:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2008-05-15 21:20:00 +00:00
|
|
|
|
|
|
|
# libssh2: BSD License
|
|
|
|
# libssh2 Documentation: Open Publication License
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2009-09-25 11:54:27 +00:00
|
|
|
WANTLIB = crypto ssl z
|
|
|
|
|
2009-11-23 14:46:15 +00:00
|
|
|
MASTER_SITES = http://www.libssh2.org/download/
|
2009-09-25 11:54:27 +00:00
|
|
|
|
2008-05-15 21:20:00 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-06-03 22:46:42 +00:00
|
|
|
|
|
|
|
# The second test will only pass if public key auth is configured for ${USER}
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_IS_INTERACTIVE = Yes
|
|
|
|
TEST_FLAGS="USER=${USER}"
|
2008-05-15 21:20:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|