openbsd-ports/sysutils/ykpers/Makefile
2013-03-21 08:45:11 +00:00

31 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/21 08:48:54 ajacoutot Exp $
COMMENT= library and tools to program YubiKeys
DISTNAME= ykpers-1.9.0
REVISION= 0
SHARED_LIBS += ykpers-1 0.0 # 7.3
CATEGORIES= sysutils security
HOMEPAGE= http://code.google.com/p/yubikey-personalization/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c pthread usb-1.0 yubikey
MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
LIB_DEPENDS= devel/libyubikey \
devel/libusb1>=1.0.9p1
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>