pkgsrc/security/ykclient/Makefile
tnn 6195d6fff2 ykclient: update to 2.15
* Version 2.15 (released 2015-11-12)
** Add ykclient_get_server_response() to the library.
** Show more information from the commandline on debug.
** Add proxy support via Curl.

* Version 2.14 (released 2015-03-05)
** Switch default templates to https.
** Fixup call to curl_easy_escape() to use a easy handle.
2019-09-12 23:00:42 +00:00

26 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.27 2019/09/12 23:00:42 tnn Exp $
DISTNAME= ykclient-2.15
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
GITHUB_PROJECT= yubico-c-client
GITHUB_TAG= ${DISTNAME}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://developers.yubico.com/yubico-c-client/
COMMENT= Libraries for online validation of Yubikey OTPs
LICENSE= modified-bsd
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config autoconf automake autoreconf
pre-configure:
cd ${WRKSRC} && autoreconf -if
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"