23 lines
613 B
Makefile
23 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.17 2022/10/26 10:31:57 wiz Exp $
|
|
|
|
DISTNAME= libykneomgr-0.1.8
|
|
PKGREVISION= 5
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://developers.yubico.com/libykneomgr/Releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://developers.yubico.com/libykneomgr/
|
|
COMMENT= Yubikey NEO C library and command-line tool
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= pkg-config
|
|
|
|
TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|