Files
ports/net/storj/Makefile
T
2021-02-05 08:14:11 +00:00

31 lines
692 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= storj
PORTVERSION= 1.21.2
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= danfe@FreeBSD.org
COMMENT= Decentralized cloud object storage
LICENSE= AGPLv3
USES= go:modules
USE_GITHUB= yes
.include "${.CURDIR}/Makefile.deps"
STORJ_CMDS= certificates identity inspector metric-receiver multinode \
satellite segment-reaper 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>