View | Details | Raw Unified | Return to bug 37218
Collapse All | Expand All

(-)centericq/Makefile (-9 / +1 lines)
Lines 15-27 Link Here
15
MAINTAINER=	ijliao@FreeBSD.org
15
MAINTAINER=	ijliao@FreeBSD.org
16
16
17
LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext \
17
LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext \
18
		iconv.3:${PORTSDIR}/converters/libiconv \
18
		sigc.1:${PORTSDIR}/devel/libsigc++
19
		sigc.1:${PORTSDIR}/devel/libsigc++
19
20
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
23
		LIBS="-L${LOCALBASE}/lib -lintl -liconv"
24
CONFIGURE_ARGS=	--without-included-gettext
25
23
26
MAN1=	centericq.1
24
MAN1=	centericq.1
27
25
Lines 29-40 Link Here
29
27
30
.if ${OSVERSION} < 400010
28
.if ${OSVERSION} < 400010
31
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
29
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
32
CFLAGS+=	-nostdinc -I${LOCALBASE}/include/ncurses \
33
		-I${LOCALBASE}/include -I/usr/include
34
.endif
30
.endif
35
36
post-patch:
37
	@${PERL} -pi -e "s,\$\(pkgdatadir\),\$\(mandir\),g ; \
38
		s,intl,,g" ${WRKSRC}/Makefile.in
39
31
40
.include <bsd.port.post.mk>
32
.include <bsd.port.post.mk>
(-)centericq/pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
ICQ client with a useful ncurses menu and window-based interface
1
A ncurses based interface for ICQ, Yahoo!, AIM and MSN
(-)centericq/pkg-descr (-4 / +16 lines)
Lines 1-5 Link Here
1
A textmode ncurses based window- and menu-driven ICQ client.  It is
1
Centericq is a text mode menu- and window-driven IM interface that
2
fully featured and also includes the ability to associate sounds with 
2
supports the ICQ2000, Yahoo!, AIM and MSN protocols. It allows you to
3
certain events.
3
send, receive, and forward messages, URLs, SMSes, contacts, and email
4
express messages. It also lets you set your own and fetch others' away
5
messages, and define external handlers for incoming events. You can
6
mass message-send, search for users, view users' details, maintain
7
your contact list directly from the program, view the message history,
8
register a new UIN and update your details, be informed upon receipt
9
of email messages, automatically set away after the defined period of
10
inactivity, and have your own ignore, visible, and invisible lists.
11
It can also associate events with sounds, make log of events, and
12
allows arrangement of contacts into groups.
4
13
5
WWW: http://konst.org.ua/software.centericq.html
14
WWW: http://konst.org.ua/centericq/
15
16
- Alex Dupre
17
sysadmin@alexdupre.com

Return to bug 37218