freebsd-ports/security/u2f-devd/Makefile
Li-Wen Hsu 9afc4dd54f security/u2f-devd: Add Nitrokey FIDO 2 Support
PR:		250524
Submitted by:	Henrik Rosenke <rosenke@dssgmbh.de>
2020-10-22 13:24:47 +00:00

26 lines
476 B
Makefile

# Created by: Greg V <greg@unrelenting.technology>
# $FreeBSD$
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
MAINTAINER= ports@FreeBSD.org
COMMENT= Devd hotplug rules for Universal 2nd Factor (U2F) tokens
LICENSE= BSD2CLAUSE
NO_BUILD= yes
SUB_FILES= pkg-message
GROUPS= u2f
PLIST_FILES= etc/devd/u2f.conf
do-install:
${INSTALL_DATA} ${FILESDIR}/u2f.conf ${STAGEDIR}${PREFIX}/etc/devd
.include <bsd.port.mk>