freebsd-ports/security/u2f-devd/Makefile
Ed Maste 210f94a9b5 security/u2f-devd: add USB ID for SoloKeys Solo 2
Refernce: https://github.com/solokeys/solo2/

Approved by:	dbaio
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D32862
2021-11-05 20:40:19 -04:00

26 lines
477 B
Makefile

# Created by: Greg V <greg@unrelenting.technology>
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
MAINTAINER= ports@FreeBSD.org
COMMENT= Devd hotplug rules for Universal 2nd Factor (U2F) tokens
LICENSE= BSD2CLAUSE
NO_ARCH= yes
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>