2014-03-14 10:17:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2014/03/14 10:17:17 rpointel Exp $
|
2011-07-18 17:38:47 +00:00
|
|
|
|
|
|
|
COMMENT = C library implementing server and client side
|
2012-11-22 20:54:11 +00:00
|
|
|
# XXX if updating, check the number in the MASTER_SITES path
|
2014-03-14 10:17:17 +00:00
|
|
|
DISTNAME = libssh-0.6.3
|
2011-07-18 17:38:47 +00:00
|
|
|
|
2014-03-09 20:41:14 +00:00
|
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
|
|
|
|
SHARED_LIBS += ssh 1.0 # 4.3
|
|
|
|
SHARED_LIBS += ssh_threads 1.0 # 4.3
|
2011-07-18 17:38:47 +00:00
|
|
|
|
|
|
|
CATEGORIES = security devel
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.libssh.org/
|
2014-03-14 10:17:17 +00:00
|
|
|
MASTER_SITES = https://red.libssh.org/attachments/download/87/
|
2011-07-18 17:38:47 +00:00
|
|
|
|
|
|
|
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
|
|
|
|
|
|
|
# LGPL v2.1
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-08-09 19:26:56 +00:00
|
|
|
WANTLIB += crypto pthread ssl z
|
2011-07-18 17:38:47 +00:00
|
|
|
|
|
|
|
MODULES = devel/cmake
|
|
|
|
|
|
|
|
WRKBUILD = ${WRKDIST}/build/
|
|
|
|
|
2014-03-09 20:41:14 +00:00
|
|
|
BUILD_DEPENDS = devel/cmocka \
|
|
|
|
devel/argp-standalone
|
2011-07-18 17:38:47 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS += -DWITH_TESTING=ON
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|