Lines 3-18
Link Here
|
3 |
# Date created: 2006-03-14 |
3 |
# Date created: 2006-03-14 |
4 |
# Whom: Frank Altpeter <frank@altpeter.de> |
4 |
# Whom: Frank Altpeter <frank@altpeter.de> |
5 |
# |
5 |
# |
6 |
# $FreeBSD: ports/net-im/centerim/Makefile,v 1.4 2007/07/23 09:36:19 rafan Exp $ |
6 |
# $FreeBSD: ports/net-im/centerim/Makefile,v 1.2 2007/06/09 14:08:24 miwi Exp $ |
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= centerim |
9 |
PORTNAME= centerim |
10 |
PORTVERSION= 4.22.1 |
10 |
PORTVERSION= 4.22.1 |
|
|
11 |
PORTREVISION= 1 |
11 |
CATEGORIES= net-im |
12 |
CATEGORIES= net-im |
12 |
MASTER_SITES= http://www.centerim.org/download/ \ |
13 |
MASTER_SITES= http://www.centerim.org/download/mobshots/ \ |
13 |
http://cim.sbisinger.net/tars/ \ |
14 |
ftp://ftp.centerim.org/mobshots/ |
14 |
ftp://ftp.centerim.org/ |
15 |
DISTNAME= ${PORTNAME}-20070824 |
15 |
DISTNAME= ${PORTNAME}-20070625 |
|
|
16 |
|
16 |
|
17 |
MAINTAINER= frank@altpeter.de |
17 |
MAINTAINER= frank@altpeter.de |
18 |
COMMENT= A text mode menu- and window-driven IM interface |
18 |
COMMENT= A text mode menu- and window-driven IM interface |
Lines 25-31
Link Here
|
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |
26 |
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |
27 |
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" |
27 |
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" |
28 |
CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst |
28 |
CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst --mandir="${PREFIX}/man" |
29 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
29 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
30 |
CONFLICTS= centericq-[0-9]* |
30 |
CONFLICTS= centericq-[0-9]* |
31 |
|
31 |
|
Lines 40-48
Link Here
|
40 |
GPGME "Support for PGP encrypted Jabber messages" off \ |
40 |
GPGME "Support for PGP encrypted Jabber messages" off \ |
41 |
RSS "Support for RSS" off \ |
41 |
RSS "Support for RSS" off \ |
42 |
LJ "Support for LiveJournal" off \ |
42 |
LJ "Support for LiveJournal" off \ |
43 |
GG "Support for Gadu-Gadu Protocol" off |
43 |
GG "Support for Gadu-Gadu Protocol" off \ |
|
|
44 |
OTR "Support For Off The Record messaging (beta)" off |
44 |
|
45 |
|
45 |
MAN1= cicqconv.1 centerim.1 |
46 |
MAN1= cicqconv.1 |
46 |
|
47 |
|
47 |
PORTDOCS= FAQ README |
48 |
PORTDOCS= FAQ README |
48 |
|
49 |
|
Lines 107-112
Link Here
|
107 |
.else |
108 |
.else |
108 |
LIB_DEPENDS+= gadu.3:${PORTSDIR}/polish/ekg |
109 |
LIB_DEPENDS+= gadu.3:${PORTSDIR}/polish/ekg |
109 |
LIBGADU= -lgadu |
110 |
LIBGADU= -lgadu |
|
|
111 |
.endif |
112 |
|
113 |
.if !defined(WITH_OTR) |
114 |
CONFIGURE_ARGS+= --without-libotr |
115 |
.else |
116 |
LIB_DEPENDS+= otr.3:${PORTSDIR}/security/libotr |
110 |
.endif |
117 |
.endif |
111 |
|
118 |
|
112 |
.if !defined(NOPORTDOCS) |
119 |
.if !defined(NOPORTDOCS) |