blob: bc5017cb9fc7b3f0ef12b200d0d64380bd1add08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|