mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Fix PID typo - Add u2f rules for SoloKeys - Take maintainership Approved by: Greg V <greg@unrelenting.technology> (maintainer)
25 lines
458 B
Makefile
25 lines
458 B
Makefile
# Created by: Greg V <greg@unrelenting.technology>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= u2f-devd
|
|
PORTVERSION= 1.1.10
|
|
CATEGORIES= security
|
|
MASTER_SITES= #
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= cpm@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>
|