30 lines
731 B
Makefile
30 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/11/17 15:48:23 christos Exp $
|
|
#
|
|
# history: upstream renamed 0.11 to 0.1.1;
|
|
# we have to use the old-style convention so that version compares work.
|
|
#
|
|
VER= 0.7.2
|
|
DISTNAME= libssh-${VER}
|
|
PKGNAME= libssh-0.72
|
|
#PKGREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://red.libssh.org/attachments/download/177/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= http://www.libssh.org/
|
|
COMMENT= SSHv2+v1 protocol library; libssh.org version ${VER}
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DIST_SUBDIR= security
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libssh.pc.in
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|