summaryrefslogtreecommitdiff
path: root/security/libssh/Makefile
blob: 05cc2b550cd425645fb8878f22cfe7570b7744fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.13 2013/02/01 21:55:55 is 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.5.4
DISTNAME=		libssh-${VER}
PKGNAME=		libssh-0.54
CATEGORIES=		security
MASTER_SITES=		https://red.libssh.org/attachments/download/41/

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

.include "../../mk/bsd.prefs.mk"

# ftp: Unsupported URL scheme `https'
FETCH_USING=		curl

USE_CMAKE=		yes
USE_LANGUAGES=		c c++

PKGCONFIG_OVERRIDE+=	libssh.pc.in
TEST_TARGET=		check

.include "options.mk"

.include "../../mk/bsd.pkg.mk"