diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 23:51:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 23:51:44 +0800 |
commit | 3a371309f52dc1a06e1f911a9e9591139507b046 (patch) | |
tree | a34cf74bcc2e3ce1b50185e25bc4b66987ac0a4f /irc/Makefile | |
parent | c8429458d74ee01ec2b777605fe541f501695ce0 (diff) | |
download | freebsd-ports-gnome-3a371309f52dc1a06e1f911a9e9591139507b046.tar.gz freebsd-ports-gnome-3a371309f52dc1a06e1f911a9e9591139507b046.tar.zst freebsd-ports-gnome-3a371309f52dc1a06e1f911a9e9591139507b046.zip |
ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.
WWW: http://znc.in/
PR: ports/121412
Submitted by: elvstone at gmail.com
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 fbe202cdf91c..4cd438824fa4 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -128,5 +128,6 @@ SUBDIR += xchat-mircryption SUBDIR += xchat1 SUBDIR += zircon + SUBDIR += znc .include <bsd.port.subdir.mk> |