1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/u2f-devd/Makefile
2021-07-01 04:44:27 +08:00

27 lines
477 B
Makefile

# Created by: Greg V <greg@unrelenting.technology>
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
PORTREVISION= 4
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>