mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
28 lines
511 B
Makefile
28 lines
511 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
PORTNAME= trezord
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.31
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= TREZOR Communication Daemon aka TREZOR Bridge
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= go:modules
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trezor
|
|
GH_PROJECT= ${PORTNAME}-go
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
|
|
|
PLIST_FILES= bin/${GH_PROJECT}
|
|
|
|
.include "${.CURDIR}/Makefile.modules"
|
|
|
|
.include <bsd.port.mk>
|