b9bf0908c3
PR: ports/133657 Submitted by: Alexander Logvinov <ports at logvinov.com>
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# New ports collection makefile for: libssh
|
|
# Date created: 12 April 2009
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libssh
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://0xbadc0de.be/libssh/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@logvinov.com
|
|
COMMENT= A library implementing the SSH1 and SSH2 protocol
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|