9a03c497be
gcc supports typedef redefinitions.
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# $OpenBSD: Makefile,v 1.23 2015/06/15 19:03:05 ajacoutot Exp $
|
|
|
|
COMMENT= library and tools to program YubiKeys
|
|
|
|
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>
|