967b338d64
* Version 1.13 (released 2015-03-05) ** Correct hex decode with uneven characters, for example "abc".
16 lines
365 B
Makefile
16 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/09/12 22:45:24 tnn Exp $
|
|
|
|
DISTNAME= libyubikey-1.13
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://opensource.yubico.com/yubico-c/releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://opensource.yubico.com/yubico-c/
|
|
COMMENT= Yubikey library
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|