pkgsrc/security/ykclient/Makefile
pettai aadd43ba26 Version 2.12 (released 2013-10-18)
* Use pkg-config to find curl, instead of libcurl.m4.
* ykclient: Added --cai parameter to specify GnuTLS-compatible CA Info.
* libykclient: Added ykclient_set_ca_info function.
  Used when curl is linked with GnuTLS, used to set CA Info.
* libykclient: Added ykclient_set_url_bases function.
  Uses a more reasonable/extensible URL string syntax.  The old
  ykclient_set_url_templates is hereby deprecated.
* Added shared library versioning script.
* Valgrind is used for selftests.
2014-09-27 19:56:31 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/09/27 19:56:31 pettai Exp $
DISTNAME= ykclient-2.12
CATEGORIES= security
MASTER_SITES= http://yubico.github.io/yubico-c-client/releases/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://yubico.github.io/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+= pkg-config
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"