pkgsrc/security/ykpers/Makefile
pettai 7582a13fae Version 1.9.0 (released 2012-11-08)
* ykinfo: New tool to print information about YubiKey.
* ykpersonalize: Add -z flag to zap configuration on YubiKey.
* Fix PBKDF2 implementation.
2012-11-19 11:40:27 +00:00

21 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/11/19 11:40:27 pettai Exp $
#
DISTNAME= ykpers-1.9.0
CATEGORIES= security
MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://code.google.com/p/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"