freebsd-ports/net/storj/Makefile

34 lines
751 B
Makefile
Raw Normal View History

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= storj
PORTVERSION= 0.35.3
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= danfe@FreeBSD.org
COMMENT= Decentralized cloud object storage
LICENSE= AGPLv3
PORTSCOUT= skipv:1.0.0 # 1.0.0 is identical to 0.35.3
USES= go:modules
USE_GITHUB= yes
.include "${.CURDIR}/Makefile.deps"
STORJ_CMDS= certificates identity inspector linksharing \
s3-benchmark satellite segment-reaper statreceiver \
storagenode storagenode-updater 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>