pkgsrc-wip/libssh2/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

23 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/01/18 04:30:15 tnn2 Exp $
#
DISTNAME= libssh2-0.17
PKGREVISION= 1
CATEGORIES= wip security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libssh2/}
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= http://libssh2.sourceforge.net/
COMMENT= SSH2 protocol library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"