openbsd-ports/devel/libyubikey/Makefile

22 lines
369 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:16 ajacoutot Exp $
COMMENT= Yubikey OTP library
2012-06-14 03:30:09 -04:00
DISTNAME= libyubikey-1.9
SHARED_LIBS += yubikey 0.0 # 1.3
CATEGORIES= devel security
HOMEPAGE= http://yubico-c.googlecode.com/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/files/
WANTLIB += c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>