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
24 lines
459 B
Makefile
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>
|