Edit

IABSD.fr/ports/net/tailscale/Makefile

Branch :

  • Show log

    Commit

  • Author : danj
    Date : 2026-09-17 01:40:48
    Hash : 03fc3090
    Message : Update to tailscale-1.102.4 From Adriano Barbosa (maintainer)

  • net/tailscale/Makefile
  • BROKEN-i386 =	unix.EPROTO not defined
    
    COMMENT =	modern overlay-like VPN built on top of WireGuard
    
    V =		1.102.4
    MODGO_MODNAME =	tailscale.com
    MODGO_VERSION =	v${V}
    
    DISTNAME =	tailscale.com-${MODGO_VERSION}
    PKGNAME =	tailscale-${V}
    
    CATEGORIES =	net
    
    HOMEPAGE =	https://tailscale.com/
    
    MAINTAINER =	Adriano Barbosa <barbosa.aob@gmail.com>
    
    # BSD-3
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c pthread
    
    MODULES =		lang/go
    
    MODGO_LDFLAGS +=	-X tailscale.com/version.longStamp=${V}
    MODGO_LDFLAGS +=	-X tailscale.com/version.shortStamp=${V}
    
    WRKDIST =	${WRKSRC}
    
    .include "modules.inc"
    
    .include <bsd.port.mk>