Files
ports/net/storj/Makefile
T
2026-07-10 09:54:15 +02:00

30 lines
658 B
Makefile

PORTNAME= storj
PORTVERSION= 1.117.8
DISTVERSIONPREFIX= v
PORTREVISION= 19
CATEGORIES= net
MAINTAINER= danfe@FreeBSD.org
COMMENT= Decentralized cloud object storage
WWW= https://storj.io/
LICENSE= AGPLv3
USES= go:modules
USE_GITHUB= yes
.include "${.CURDIR}/Makefile.deps"
STORJ_CMDS= certificates crashcollect identity metric-receiver \
multinode satellite storagenode storagenode-updater \
storj-admin storj-sim uplink versioncontrol
GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,}
post-stage:
# Avoid conflict with `graphics/mesa-demos'
@${MV} ${STAGEDIR}${PREFIX}/bin/identity \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-identity
.include <bsd.port.mk>