24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/05/04 21:14:24 wiz Exp $
|
|
|
|
DISTNAME= libykneomgr-0.1.6
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= pkg-config
|
|
|
|
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|