a603340c89
PR: 271491 Signed-off-by: Thibault Payet <monwarez@gmail.com>
24 lines
427 B
Makefile
24 lines
427 B
Makefile
PORTNAME= u2f-devd
|
|
PORTVERSION= 1.1.10
|
|
PORTREVISION= 8
|
|
CATEGORIES= security
|
|
MASTER_SITES= #
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= monwarez@mailoo.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>
|