aboutsummaryrefslogblamecommitdiff
path: root/net/storj/Makefile
blob: 1b7ac8c6ccd6a9b2b02afdc21097716c6bcfa023 (plain) (tree)
1
2
3
4
5
6
7
8
                     
                      




                                                  
                                 


                      
                          



                                   

                                                                              
                                                           


                                         
           
                                           



                                                             
PORTNAME=	storj
PORTVERSION=	1.64.1
DISTVERSIONPREFIX=	v
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 inspector 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>