1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/ykclient/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

43 lines
859 B
Makefile

# $FreeBSD$
PORTNAME= ykclient
PORTVERSION= 2.12
PORTREVISION= 2
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>