mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
43 lines
859 B
Makefile
43 lines
859 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ykclient
|
|
PORTVERSION= 2.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/
|
|
|
|
MAINTAINER= matt@mjslabs.com
|
|
COMMENT= Yubico C client library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
BUILD_DEPENDS= curl-config:ftp/curl \
|
|
help2man:misc/help2man
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= bin/ykclient \
|
|
include/ykclient.h \
|
|
include/ykclient_errors.h \
|
|
include/ykclient_server_response.h \
|
|
include/ykclient_version.h \
|
|
lib/libykclient.so \
|
|
lib/libykclient.so.3 \
|
|
lib/libykclient.so.3.5.2 \
|
|
man/man1/ykclient.1.gz
|
|
|
|
OPTIONS_DEFINE= STATIC
|
|
|
|
STATIC_CONFIGURE_ENABLE= static
|
|
STATIC_PLIST_FILES= lib/libykclient.a
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
regression-test: build
|
|
@(cd ${WRKSRC} && ${MAKE_CMD} check)
|
|
|
|
.include <bsd.port.mk>
|