03304e5855
This fixes build on NetBSD-7.99.39 with pkgsrc-current from 2016-10-09. Bump PKGREVISION to 2.
31 lines
742 B
Makefile
31 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.23 2016/10/09 22:02:07 kamil 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.3
|
|
DISTNAME= libssh-${VER}
|
|
PKGNAME= libssh-0.73
|
|
PKGREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://red.libssh.org/attachments/download/195/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= http://www.libssh.org/
|
|
COMMENT= SSHv2+v1 protocol library
|
|
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/argp/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|