ports/security/u2f-devd/Makefile
Carlos J. Puga Medina 45d1023906 - Set u2f-devd PORTVERSION to be equal to libu2f-host's instead of bumping PORTREVISION
- Fix PID typo
- Add u2f rules for SoloKeys
- Take maintainership

Approved by:	Greg V <greg@unrelenting.technology> (maintainer)
2019-05-30 11:14:04 +00:00

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>