summaryrefslogtreecommitdiff
path: root/security/ykpers/Makefile
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-03-13 15:30:07 +0000
committerpettai <pettai@pkgsrc.org>2012-03-13 15:30:07 +0000
commit8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e (patch)
tree1c027ccfa6cfcb058c83155321f9a85185db6615 /security/ykpers/Makefile
parent70e8c3639bf9498e82beb52e6f8eb63ae71e123e (diff)
downloadpkgsrc-8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e.tar.gz
The YubiKey Personalization package contains a library and
command line tool used to personalize (i.e., set a AES key) YubiKeys. Imported from pkgsrc-wip
Diffstat (limited to 'security/ykpers/Makefile')
-rw-r--r--security/ykpers/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
new file mode 100644
index 00000000000..e869bfd5710
--- /dev/null
+++ b/security/ykpers/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $
+#
+
+DISTNAME= ykpers-1.6.3
+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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
+
+.include "../../security/libyubikey/buildlink3.mk"
+.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"