mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2d8b17ea39
With hat: portmgr
33 lines
554 B
Makefile
33 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>
|