pkgsrc/security/libssh/Makefile
tnn ad6ceadd25 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 05:06:18 +00:00

26 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/01/18 05:09:38 tnn Exp $
#
# This package currently exists as a dependency for the hydra package but
# the later versions of it are not supported by hydra.
# This package should not be updated to the latest version available.
#
DISTNAME= libssh-0.11
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.0xbadc0de.be/libssh/
EXTRACT_SUFX= .tgz
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://0xbadc0de.be/
COMMENT= Library providing working SSH implementation
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libssh
${INSTALL_DATA} ${WRKSRC}/doc/API.html ${PREFIX}/share/doc/libssh
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libssh
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"