pkgsrc-wip/libssh/Makefile
Adrian Portelli d2e990cc87 The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the 
client is made by the programmer.

With libssh, you can remotely execute programs, transfer files, use a 
secure and transparent tunnel for your remote programs. With its Secure 
FTP implementation, you can play with remote files easily, without 
third-party programs others than libcrypto (from openssl).
2004-05-13 18:15:45 +00:00

23 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 18:15:45 adrian_p Exp $
#
DISTNAME= libssh-0.1
CATEGORIES= security
MASTER_SITES= http://www.0xbadc0de.be/projects/libssh/
EXTRACT_SUFX= .tgz
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://0xbadc0de.be/projects/sshlib.html/
COMMENT= Working SSH implementation by the mean of a library
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libssh
${INSTALL_DATA} ${WRKSRC}/API.txt ${PREFIX}/share/doc/libssh
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libssh
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"