openbsd-ports/net/bombadillo/Makefile
op 9b40fd8833 net/bombadillo: update to 2.4.0
the major changes are the U key to navigate "up" one level and text
wrapping.

full changelog: https://tildegit.org/sloum/bombadillo/releases/tag/2.4.0

portwise:
 - drop the .date suffix from PKGNAME
 - reword COMMENT and pkg/DESCR to give a better clue of what it's for
2022-08-26 15:33:22 +00:00

24 lines
459 B
Makefile

COMMENT = terminal browser for gopher, gemini, and finger
MODGO_MODNAME = tildegit.org/sloum/bombadillo
MODGO_VERSION = v0.0.0-20220306215042-30e550c183b1
DISTNAME = bombadillo-${MODGO_VERSION}
PKGNAME = bombadillo-2.4.0
CATEGORIES = net
HOMEPAGE = https://bombadillo.colorfield.space/
# GPLv3
PERMIT_PACKAGE = yes
WANTLIB += c pthread
MODULES = lang/go
post-install:
${INSTALL_MAN} ${WRKSRC}/bombadillo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>