summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-18 16:18:51 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-18 16:18:51 +0000
commitf8b1ecc4f158de8f33d44574f232d582813458cb (patch)
tree2958fe5c04c9272987e7d846435d83364e660b01 /net-im
parent2147a6ff4e92e71fe49aa6fc36caf83773b6f68f (diff)
downloadFreeBSD-ports-f8b1ecc4f158de8f33d44574f232d582813458cb.zip
FreeBSD-ports-f8b1ecc4f158de8f33d44574f232d582813458cb.tar.gz
Added iconv library dependence (this should fix package building)
Deleted useless configure environment, arguments and other 'patches' (already default values or not needed) Adapted comment and description to actual version PR: 37218 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile10
-rw-r--r--net-im/centericq/pkg-comment2
-rw-r--r--net-im/centericq/pkg-descr17
3 files changed, 15 insertions, 14 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index c972124..fa42ff9 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -15,13 +15,11 @@ MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
+ iconv.3:${PORTSDIR}/converters/libiconv \
sigc.1:${PORTSDIR}/devel/libsigc++
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl -liconv"
-CONFIGURE_ARGS= --without-included-gettext
MAN1= centericq.1
@@ -29,12 +27,6 @@ MAN1= centericq.1
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
- -I${LOCALBASE}/include -I/usr/include
.endif
-post-patch:
- @${PERL} -pi -e "s,\$\(pkgdatadir\),\$\(mandir\),g ; \
- s,intl,,g" ${WRKSRC}/Makefile.in
-
.include <bsd.port.post.mk>
diff --git a/net-im/centericq/pkg-comment b/net-im/centericq/pkg-comment
index 967e7ff..e8ccaff 100644
--- a/net-im/centericq/pkg-comment
+++ b/net-im/centericq/pkg-comment
@@ -1 +1 @@
-ICQ client with a useful ncurses menu and window-based interface
+A ncurses based interface for ICQ, Yahoo!, AIM and MSN
diff --git a/net-im/centericq/pkg-descr b/net-im/centericq/pkg-descr
index 16bdb1d..a81295f 100644
--- a/net-im/centericq/pkg-descr
+++ b/net-im/centericq/pkg-descr
@@ -1,5 +1,14 @@
-A textmode ncurses based window- and menu-driven ICQ client. It is
-fully featured and also includes the ability to associate sounds with
-certain events.
+Centericq is a text mode menu- and window-driven IM interface that
+supports the ICQ2000, Yahoo!, AIM and MSN protocols. It allows you to
+send, receive, and forward messages, URLs, SMSes, contacts, and email
+express messages. It also lets you set your own and fetch others' away
+messages, and define external handlers for incoming events. You can
+mass message-send, search for users, view users' details, maintain
+your contact list directly from the program, view the message history,
+register a new UIN and update your details, be informed upon receipt
+of email messages, automatically set away after the defined period of
+inactivity, and have your own ignore, visible, and invisible lists.
+It can also associate events with sounds, make log of events, and
+allows arrangement of contacts into groups.
-WWW: http://konst.org.ua/software.centericq.html
+WWW: http://konst.org.ua/centericq/
OpenPOWER on IntegriCloud