diff options
author | nia <nia@pkgsrc.org> | 2021-12-14 10:07:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-12-14 10:07:49 +0000 |
commit | 4629d43d733ef2d56e3671689441f358af3d6f98 (patch) | |
tree | 3623f4aee95d049f5d453e9734d3a76bd3685404 /net/Makefile | |
parent | 915d7c55429a79d524e3969e67a39ba6eb02d01c (diff) | |
download | pkgsrc-4629d43d733ef2d56e3671689441f358af3d6f98.tar.gz |
add net/bombadillo
Bombadillo is a non-web (Gopher, Gemini, Finger, etc) browser for the
terminal.
Bombadillo features a full terminal user interface, vim-like keybindings,
document pager, configurable settings, and a robust command selection.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 6c22f55c9e6..0d82ee9b9f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1435 2021/11/25 08:19:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.1436 2021/12/14 10:07:49 nia Exp $ # COMMENT= Networking tools @@ -47,6 +47,7 @@ SUBDIR+= bing SUBDIR+= bird SUBDIR+= bird6 SUBDIR+= bmon +SUBDIR+= bombadillo SUBDIR+= bounce SUBDIR+= bridged SUBDIR+= bsddip |