diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 15:51:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 15:51:44 +0000 |
commit | 886f013621b6ed4d641782cb2333dcca06f72ef0 (patch) | |
tree | 76fdfc2e762af40e2c59fee63cbb99e1b1409d5a /irc/Makefile | |
parent | 7a3b7d5a623c4aa30c188b1529cadc25a603e897 (diff) | |
download | ports-886f013621b6ed4d641782cb2333dcca06f72ef0.tar.gz ports-886f013621b6ed4d641782cb2333dcca06f72ef0.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
Notes
Notes:
svn path=/head/; revision=208592
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> |