1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

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>
This commit is contained in:
Ying-Chieh Liao 2002-04-18 16:18:51 +00:00
parent 7bf03cf660
commit 45ffe52781
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57853
6 changed files with 30 additions and 28 deletions

View File

@ -15,13 +15,11 @@ MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= ijliao@FreeBSD.org MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
iconv.3:${PORTSDIR}/converters/libiconv \
sigc.1:${PORTSDIR}/devel/libsigc++ sigc.1:${PORTSDIR}/devel/libsigc++
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= 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 MAN1= centericq.1
@ -29,12 +27,6 @@ MAN1= centericq.1
.if ${OSVERSION} < 400010 .if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
-I${LOCALBASE}/include -I/usr/include
.endif .endif
post-patch:
@${PERL} -pi -e "s,\$\(pkgdatadir\),\$\(mandir\),g ; \
s,intl,,g" ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View File

@ -1 +1 @@
ICQ client with a useful ncurses menu and window-based interface A ncurses based interface for ICQ, Yahoo!, AIM and MSN

View File

@ -1,5 +1,14 @@
A textmode ncurses based window- and menu-driven ICQ client. It is Centericq is a text mode menu- and window-driven IM interface that
fully featured and also includes the ability to associate sounds with supports the ICQ2000, Yahoo!, AIM and MSN protocols. It allows you to
certain events. 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/

View File

@ -15,13 +15,11 @@ MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= ijliao@FreeBSD.org MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
iconv.3:${PORTSDIR}/converters/libiconv \
sigc.1:${PORTSDIR}/devel/libsigc++ sigc.1:${PORTSDIR}/devel/libsigc++
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= 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 MAN1= centericq.1
@ -29,12 +27,6 @@ MAN1= centericq.1
.if ${OSVERSION} < 400010 .if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
-I${LOCALBASE}/include -I/usr/include
.endif .endif
post-patch:
@${PERL} -pi -e "s,\$\(pkgdatadir\),\$\(mandir\),g ; \
s,intl,,g" ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View File

@ -1 +1 @@
ICQ client with a useful ncurses menu and window-based interface A ncurses based interface for ICQ, Yahoo!, AIM and MSN

View File

@ -1,5 +1,14 @@
A textmode ncurses based window- and menu-driven ICQ client. It is Centericq is a text mode menu- and window-driven IM interface that
fully featured and also includes the ability to associate sounds with supports the ICQ2000, Yahoo!, AIM and MSN protocols. It allows you to
certain events. 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/