COMMENT =		look-like-nothing obfuscation protocol

MODGO_MODNAME =		gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird

MODGO_VERSION =		v0.0.0-20251209174042-451c02db6504

DISTNAME =		lyrebird-${MODGO_VERSION}

PKGNAME =		lyrebird-0.8.0

CATEGORIES =		net www

HOMEPAGE =		https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird

MAINTAINER =		Douglas Silva <doug.hs@proton.me>

# BSD and GPLv3+
PERMIT_PACKAGE =	Yes

WANTLIB +=		c pthread

MODULES +=		lang/go

ALL_TARGET =		${MODGO_MODNAME}/...

post-install:
	${INSTALL_MAN} ${WRKSRC}/doc/lyrebird.1 \
		${PREFIX}/man/man1/lyrebird.1

.include "modules.inc"
.include <bsd.port.mk>
