diff options
author | nia <nia@pkgsrc.org> | 2018-11-28 15:12:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-11-28 15:12:27 +0000 |
commit | 0d5872fd493529207c34b3d7099e697e77d0dfd1 (patch) | |
tree | 0fbb25aee00b101596f7d73a56ffe373365ee725 /chat/Makefile | |
parent | 72f7ab3c691f630d4e301dcf8dedd4fb313b4349 (diff) | |
download | pkgsrc-0d5872fd493529207c34b3d7099e697e77d0dfd1.tar.gz |
chat/centerim5: Import version 5.0.1
CenterIM is a text-mode multi-protocol instant messaging client
for Linux, *BSD, Solaris and other Unices. The program supports
most of widely used IM protocols, including AIM, ICQ, IRC, QQ,
Skype, XMPP (Jabber).
CenterIM is a powerful communication tool that can be used through
SSH, without the need for VNC/Remote Desktop. CenterIM started as
a fork of CenterICQ.
Development has ceased on CenterIM4 in favor of CenterIM5, which
is a ground up rewrite and uses the libpurple library as a
communication backend.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index 8ec762e960a..d584919053f 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2018/11/27 19:25:05 nia Exp $ +# $NetBSD: Makefile,v 1.209 2018/11/28 15:12:27 nia Exp $ # COMMENT= Communication programs @@ -12,6 +12,7 @@ SUBDIR+= bnc SUBDIR+= bsflite SUBDIR+= carbons-purple SUBDIR+= centerim +SUBDIR+= centerim5 SUBDIR+= cgiirc SUBDIR+= climm SUBDIR+= ctrlproxy |