2013-01-26 02:35:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ykclient
|
2018-11-16 17:52:59 +01:00
|
|
|
PORTVERSION= 2.15
|
2013-01-26 02:35:42 +01:00
|
|
|
CATEGORIES= security
|
2019-02-16 23:55:51 +01:00
|
|
|
MASTER_SITES= https://developers.yubico.com/yubico-c-client/Releases/
|
2013-01-26 02:35:42 +01:00
|
|
|
|
|
|
|
MAINTAINER= matt@mjslabs.com
|
|
|
|
COMMENT= Yubico C client library
|
|
|
|
|
2014-01-02 00:52:47 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2018-02-06 10:02:49 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-01-26 02:35:42 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
BUILD_DEPENDS= curl-config:ftp/curl \
|
|
|
|
help2man:misc/help2man
|
2013-01-26 02:35:42 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-05 21:57:32 +02:00
|
|
|
USES= libtool pkgconfig
|
2013-01-26 02:35:42 +01:00
|
|
|
USE_LDCONFIG= yes
|
2018-02-06 10:02:49 +01:00
|
|
|
TEST_TARGET= check
|
2013-01-26 02:35:42 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/ykclient \
|
|
|
|
include/ykclient.h \
|
2014-01-02 00:52:47 +01:00
|
|
|
include/ykclient_errors.h \
|
2013-01-26 02:35:42 +01:00
|
|
|
include/ykclient_server_response.h \
|
2014-01-02 00:52:47 +01:00
|
|
|
include/ykclient_version.h \
|
2013-01-26 02:35:42 +01:00
|
|
|
lib/libykclient.so \
|
2014-07-05 21:57:32 +02:00
|
|
|
lib/libykclient.so.3 \
|
2018-11-16 17:52:59 +01:00
|
|
|
lib/libykclient.so.3.6.0 \
|
2014-01-02 00:52:47 +01:00
|
|
|
man/man1/ykclient.1.gz
|
2013-01-26 02:35:42 +01:00
|
|
|
|
2014-01-02 00:52:47 +01:00
|
|
|
OPTIONS_DEFINE= STATIC
|
|
|
|
|
|
|
|
STATIC_CONFIGURE_ENABLE= static
|
|
|
|
STATIC_PLIST_FILES= lib/libykclient.a
|
2013-01-26 02:35:42 +01:00
|
|
|
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|