1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/security/libu2f-host/Makefile
Carlos J. Puga Medina b042968d53 - Simplify with DOCS_CONFIGURE_ENABLE helper
Reported by:	jbeich
2019-03-17 08:24:18 +00:00

35 lines
732 B
Makefile

# $FreeBSD$
PORTNAME= libu2f-host
PORTVERSION= 1.1.9
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= security devel
MAINTAINER= cpm@FreeBSD.org
COMMENT= Yubico Universal 2nd Factor (U2F) Host C Library
LICENSE= LGPL21+ GPLv3+
LICENSE_COMB= multi
BUILD_DEPENDS= gengetopt:devel/gengetopt \
help2man:misc/help2man
LIB_DEPENDS= libhidapi.so:comms/hidapi \
libjson-c.so:devel/json-c
RUN_DEPENDS= ${LOCALBASE}/etc/devd/u2f.conf:security/u2f-devd
USES= autoreconf pkgconfig gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= Yubico
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
DOCS_CONFIGURE_ENABLE= gtk-doc
.include <bsd.port.mk>