2013-06-01 12:00:26 +00:00

32 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/06/01 12:00:26 sthen Exp $
COMMENT= library and tools to program YubiKeys
DISTNAME= ykpers-1.13.0
REVISION= 0
SHARED_LIBS += ykpers-1 0.1 # 14.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>