View | Details | Raw Unified | Return to bug 115958 | Differences between
and this patch

Collapse All | Expand All

(-)centerim.new/Makefile (-8 / +15 lines)
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)
(-)centerim.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (centerim-20070625.tar.gz) = 99ec602996cc43ed06d7ac41c906fd3b
1
MD5 (centerim-20070824.tar.gz) = f088fec862d44e37a3c542353098de01
2
SHA256 (centerim-20070625.tar.gz) = 55d1ebe5b8ccd13b29437acd74bfbe15f749e64102fee671218fa2078d526af7
2
SHA256 (centerim-20070824.tar.gz) = 13098f4af25ecabfee5eab0d8c5a5250649c6b0dfab9643ec3fba016f7d07d40
3
SIZE (centerim-20070625.tar.gz) = 2641435
3
SIZE (centerim-20070824.tar.gz) = 2576342

Return to bug 115958