2009-10-02 12:55:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/10/02 12:55:00 benoit Exp $
|
2008-05-15 21:20:00 +00:00
|
|
|
|
|
|
|
COMMENT = library implementing the SSH2 protocol
|
|
|
|
|
2009-10-02 12:55:00 +00:00
|
|
|
DISTNAME = libssh2-1.2.1
|
2008-05-15 21:20:00 +00:00
|
|
|
CATEGORIES = security
|
2009-10-02 12:55:00 +00:00
|
|
|
SHARED_LIBS += ssh2 4.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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2009-09-25 11:54:27 +00:00
|
|
|
WANTLIB = crypto ssl z
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libssh2/}
|
|
|
|
|
2008-05-15 21:20:00 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_LIBTOOL = Yes
|
2009-06-03 22:46:42 +00:00
|
|
|
|
|
|
|
# The second test will only pass if public key auth is configured for ${USER}
|
|
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
|
|
REGRESS_FLAGS="USER=${USER}"
|
2008-05-15 21:20:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|