2011-04-10 12:01:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2011/04/10 16:01:03 benoit Exp $
|
2008-05-15 17:20:00 -04:00
|
|
|
|
|
|
|
COMMENT = library implementing the SSH2 protocol
|
|
|
|
|
2011-04-10 12:01:03 -04:00
|
|
|
DISTNAME = libssh2-1.2.8
|
2008-05-15 17:20:00 -04:00
|
|
|
CATEGORIES = security
|
2011-04-10 12:01:03 -04:00
|
|
|
SHARED_LIBS += ssh2 5.0 # .1.1
|
2009-09-25 07:54:27 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://www.libssh2.org/
|
2008-05-15 17:20:00 -04:00
|
|
|
|
2009-09-25 07:54:27 -04:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2008-05-15 17:20:00 -04: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 07:54:27 -04:00
|
|
|
WANTLIB = crypto ssl z
|
|
|
|
|
2009-11-23 09:46:15 -05:00
|
|
|
MASTER_SITES = http://www.libssh2.org/download/
|
2009-09-25 07:54:27 -04:00
|
|
|
|
2008-05-15 17:20:00 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_LIBTOOL = Yes
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2009-06-03 18:46:42 -04: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 17:20:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|