diff options
author | Romain Tartière <romain@FreeBSD.org> | 2021-02-19 23:53:21 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2021-02-19 23:53:21 +0000 |
commit | 59a2b42bf5e24bd75e81026933476fa6f16dacdc (patch) | |
tree | 7a22c050ccc3d7e2da399f45c2e6494e33a2000e /irc/Makefile | |
parent | e7fb06c7f365ab4934beabda5805f0af5d400ce5 (diff) | |
download | freebsd-ports-59a2b42bf5e24bd75e81026933476fa6f16dacdc.zip |
New port: irc/catgirl
catgirl is a TLS-only terminal IRC client with tab-complete, nick
coloring, URL detection, message filtering and split scrolling.
WWW: https://git.causal.agency/catgirl/
PR: 246818
Submitted by: june@causal.agency
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 2d8059b6b3d9..83ee3dd0bb4f 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -15,6 +15,7 @@ SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm + SUBDIR += catgirl SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += cwirc |