freebsd-ports/security/libyubikey/Makefile
Pawel Pekala 8e15a008ec - Update security/ykpers to version 1.12.0 [1]
- Update security/libyubikey to version 1.10 [2]
- Bump security/pam_yubico affected by security/ykpers ABI change

PR:		ports/177098 [1]
PR:		ports/177099 [2]
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2013-03-19 20:36:34 +00:00

32 lines
554 B
Makefile

# $FreeBSD$
PORTNAME= libyubikey
PORTVERSION= 1.10
CATEGORIES= security devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= matt@mjslabs.com
COMMENT= Library for decrypting and parsing YubiKey One-Time Passwords
LICENSE= BSD
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= bin/modhex \
bin/ykgenerate \
bin/ykparse \
include/yubikey.h \
lib/libyubikey.a \
lib/libyubikey.la \
lib/libyubikey.so \
lib/libyubikey.so.1
PROJECTHOST= yubico-c
MAKE_JOBS_UNSAFE=yes
regression-test: build
@(cd ${WRKSRC}; ${MAKE} check)
.include <bsd.port.mk>