2019-09-14 15:17:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2019/09/14 13:17:59 tnn Exp $
|
2012-03-13 16:30:07 +01:00
|
|
|
#
|
|
|
|
|
2019-09-13 00:54:23 +02:00
|
|
|
GITHUB_PROJECT= yubikey-personalization
|
|
|
|
DISTNAME= ykpers-1.20.0
|
2012-03-13 16:30:07 +01:00
|
|
|
CATEGORIES= security
|
2019-09-13 00:54:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
|
|
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
2012-03-13 16:30:07 +01:00
|
|
|
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
2019-09-13 00:54:23 +02:00
|
|
|
HOMEPAGE= https://developers.yubico.com/yubikey-personalization/
|
2012-03-13 16:30:07 +01:00
|
|
|
COMMENT= Yubico's YubiKey re-programming toolkit
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2019-09-14 15:17:59 +02:00
|
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
|
2012-03-13 16:30:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2019-09-13 00:54:23 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config autoconf automake autoreconf
|
2012-03-13 16:30:07 +01:00
|
|
|
USE_LIBTOOL= yes
|
2019-07-10 19:53:38 +02:00
|
|
|
USE_FEATURES+= strnlen
|
2012-03-13 16:30:07 +01:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
|
|
|
|
|
2019-09-13 00:54:23 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoreconf -if
|
|
|
|
|
2012-03-13 16:30:07 +01:00
|
|
|
.include "../../security/libyubikey/buildlink3.mk"
|
2012-11-19 12:40:27 +01:00
|
|
|
.include "../../devel/libusb1/buildlink3.mk"
|
2015-03-15 15:17:00 +01:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2012-03-13 16:30:07 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|