diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-27 14:09:27 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-27 14:09:27 +0800 |
commit | d8c5b07c4cbd0960e327019bd8c8847afb6ce297 (patch) | |
tree | 9da627f51e5ca4535711f53b711a90bd090a07a0 /irc/Makefile | |
parent | 92b64b2f2d70300817c2025648a02e808dc0ae37 (diff) | |
download | freebsd-ports-gnome-d8c5b07c4cbd0960e327019bd8c8847afb6ce297.tar.gz freebsd-ports-gnome-d8c5b07c4cbd0960e327019bd8c8847afb6ce297.tar.zst freebsd-ports-gnome-d8c5b07c4cbd0960e327019bd8c8847afb6ce297.zip |
Add ircd-ratbox.
This is a port of the ircd-ratbox IRC daemon.
ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.
WWW: http://www.ircd-ratbox.org/
PR: ports/92404
Submitted by: Shaun Amott <shaun@inerd.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 86dc2b375f92..b9b9ac8de013 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -40,6 +40,7 @@ SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-hybrid-ru + SUBDIR += ircd-ratbox SUBDIR += ircd-ru SUBDIR += ircd-rusnet SUBDIR += ircg |