29632fcc45
- Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine
31 lines
665 B
Makefile
31 lines
665 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libu2f-host
|
|
PORTVERSION= 1.1.6
|
|
PORTREVISION= 1
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Yubico
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|