Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
security/libssh2/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.8 2013/02/06 23:21:01 jperkin Exp $
#
DISTNAME= libssh2-1.2.2
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.libssh2.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libssh2.org/
COMMENT= SSH2 protocol library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-libgcrypt=no
CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib:Q}
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
PKGCONFIG_OVERRIDE+= libssh2.pc.in
TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"