diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 16:18:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 16:18:51 +0000 |
commit | 45ffe527819b10ad733c0e96b530b8a88a9c36e1 (patch) | |
tree | 935c355f31288e0d0443e1125da02b0160360e13 /net-im | |
parent | upgrade to 1.4.2 (diff) |
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/Makefile | 10 | ||||
-rw-r--r-- | net-im/centericq/pkg-comment | 2 | ||||
-rw-r--r-- | net-im/centericq/pkg-descr | 17 |
3 files changed, 15 insertions, 14 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index c972124c3329..fa42ff9dc435 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 967e7ff6fb56..e8ccaffcf16f 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 16bdb1dc752f..a81295f2cb6f 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/ |