mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
388cb9b58c
From maintainer Douglas Silva
34 lines
746 B
Makefile
34 lines
746 B
Makefile
COMMENT = look-like-nothing obfuscation protocol
|
|
|
|
MODGO_MODNAME = gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird
|
|
|
|
MODGO_VERSION = v0.0.0-20260115133752-0b10edbb61e0
|
|
|
|
V = 0.8.1
|
|
|
|
DISTNAME = lyrebird-${MODGO_VERSION}
|
|
|
|
PKGNAME = lyrebird-${V}
|
|
|
|
CATEGORIES = net www
|
|
|
|
HOMEPAGE = https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird
|
|
|
|
MAINTAINER = Douglas Silva <doug.hs@proton.me>
|
|
|
|
# GPLv3+ (due to x25519ell2, meeklite; other code is BSD)
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES += lang/go
|
|
|
|
MODGO_LDFLAGS = -X 'main.lyrebirdVersion=${V}'
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/lyrebird.1 \
|
|
${PREFIX}/man/man1/lyrebird.1
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|