7c9683c670
* Fixups of import/export. Add targetConfig to show in which slot a configuration is intended. Possible memory leaks on error conditions. * Add -d switch to ykpersonalize for dry-run. * Add ykp_clear_config() for clearing configuration flags. * Add getter functions for all configuration flags. * Add -V to all tools to output version. * Add ykp_get_acccode_type() and ykp_set_acccode_type() Only to do with export, showing where the access code came from in the ycfg. * Add -1 and -2 options to ykinfo to show programming state.
21 lines
565 B
Makefile
21 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/09/14 07:06:29 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= ykpers-1.14.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://yubico.github.io/yubikey-personalization/
|
|
COMMENT= Yubico's YubiKey re-programming toolkit
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
|
|
|
|
.include "../../security/libyubikey/buildlink3.mk"
|
|
.include "../../devel/libusb1/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|