33 lines
808 B
Makefile
33 lines
808 B
Makefile
# $OpenBSD: Makefile,v 1.22 2015/04/17 13:10:01 jasper Exp $
|
|
|
|
COMMENT= library and tools to program YubiKeys
|
|
BROKEN-hppa= ykpers-json.c:42: error: redefinition of typedef 'json_bool'
|
|
BROKEN-mips64= ykpers-json.c:42: error: redefinition of typedef 'json_bool'
|
|
|
|
DISTNAME= ykpers-1.17.1
|
|
|
|
SHARED_LIBS += ykpers-1 0.5 # 18.0
|
|
|
|
CATEGORIES= sysutils security
|
|
|
|
HOMEPAGE= http://yubico.github.io/yubikey-personalization/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c json-c pthread usb-1.0 yubikey
|
|
|
|
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
|
|
|
|
LIB_DEPENDS= devel/json-c \
|
|
devel/libusb1>=1.0.9p1 \
|
|
devel/libyubikey \
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|