diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-26 03:44:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-26 03:44:05 +0800 |
commit | 96ea2879b4646745b9bd6a6a978e1cc48c361187 (patch) | |
tree | e10024da90ed508dc3b61662cb12495074e58c8f /irc/Makefile | |
parent | 93ba2d8b01ff08c288e26f352bbef374c73a6ceb (diff) | |
download | freebsd-ports-gnome-96ea2879b4646745b9bd6a6a978e1cc48c361187.tar.gz freebsd-ports-gnome-96ea2879b4646745b9bd6a6a978e1cc48c361187.tar.zst freebsd-ports-gnome-96ea2879b4646745b9bd6a6a978e1cc48c361187.zip |
SIMPLE IRC CLIENT alias sic
sic is an extremely simple IRC client. It consists of lesser
than 250 lines of code. It is the little brother of irc/ii
WWW: http://www.suckless.org/programs/sic.html
PR: ports/129917
Submitted by: Dennis Herrmann <adox at mcx2.org>
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 34d9b8e9b037..b6cec9e5c156 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -120,6 +120,7 @@ SUBDIR += ruby-rice SUBDIR += scrollz SUBDIR += sic + SUBDIR += simpleirc SUBDIR += sirc SUBDIR += slirc SUBDIR += solid-ircd |