9ec2d09887
- regen PLIST - bump SHARED_LIBS ok jasper@, tweaks and ok giovanni@
33 lines
770 B
Makefile
33 lines
770 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/04/10 16:01:03 benoit Exp $
|
|
|
|
COMMENT = library implementing the SSH2 protocol
|
|
|
|
DISTNAME = libssh2-1.2.8
|
|
CATEGORIES = security
|
|
SHARED_LIBS += ssh2 5.0 # .1.1
|
|
|
|
HOMEPAGE = http://www.libssh2.org/
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# libssh2: BSD License
|
|
# libssh2 Documentation: Open Publication License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = crypto ssl z
|
|
|
|
MASTER_SITES = http://www.libssh2.org/download/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_LIBTOOL = Yes
|
|
USE_GROFF = Yes
|
|
|
|
# The second test will only pass if public key auth is configured for ${USER}
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
REGRESS_FLAGS="USER=${USER}"
|
|
|
|
.include <bsd.port.mk>
|