77282dede0
Changelogs: https://github.com/netbirdio/netbird/releases/tag/v0.72.3 https://github.com/netbirdio/netbird/releases/tag/v0.72.4 https://github.com/netbirdio/netbird/releases/tag/v0.73.0 https://github.com/netbirdio/netbird/releases/tag/v0.73.1 https://github.com/netbirdio/netbird/releases/tag/v0.73.2 https://github.com/netbirdio/netbird/releases/tag/v0.74.0 https://github.com/netbirdio/netbird/releases/tag/v0.74.1 https://github.com/netbirdio/netbird/releases/tag/v0.74.2 https://github.com/netbirdio/netbird/releases/tag/v0.74.3 https://github.com/netbirdio/netbird/releases/tag/v0.74.4 Commit log: https://github.com/netbirdio/netbird/compare/v0.72.2...v0.74.4 PR: 296688 Sponsored by: UNIS Labs MFH: 2026Q3
29 lines
683 B
Makefile
29 lines
683 B
Makefile
PORTNAME= netbird
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.74.4
|
|
CATEGORIES= security net net-vpn
|
|
|
|
MAINTAINER= dev@netbird.io
|
|
COMMENT= Peer-to-peer VPN that seamlessly connects your devices
|
|
WWW= https://netbird.io/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NOT_FOR_ARCHS= i386
|
|
NOT_FOR_ARCHS_REASON= "no 32-bit builds supported"
|
|
|
|
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
|
|
|
|
USES= go:modules
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GO_MODULE= github.com/netbirdio/netbird
|
|
GO_TARGET= ./client:${PORTNAME}
|
|
GO_BUILDFLAGS= -tags freebsd -o ${PORTNAME} -ldflags \
|
|
"-s -w -X github.com/netbirdio/netbird/version.version=${DISTVERSION}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|