ceb37c80a1
* Fix breakage with latest automake.
21 lines
565 B
Makefile
21 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/12/05 13:05:31 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= ykpers-1.14.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://yubico.github.io/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"
|