diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-02-26 07:31:41 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-02-26 07:31:41 +0000 |
commit | 1beaf6baa4babd262305497fd98cc65eabf8a65c (patch) | |
tree | c83b3150b940f7866b9ad984e539f0e89609d39b /net-im/climm/Makefile | |
parent | 6a3f4db328a21a7dab8c9b771331a4ad382ed9f8 (diff) | |
download | ports-1beaf6baa4babd262305497fd98cc65eabf8a65c.tar.gz ports-1beaf6baa4babd262305497fd98cc65eabf8a65c.zip |
Notes
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 3e1f215fe6c8..89b1d0172910 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= climm -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.6.2 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ @@ -31,23 +30,22 @@ OPTIONS= LIBICONV "Iconv character set conversion" on \ P2P "Peer2peer connection support" on \ TCL "TCL scripting support" on \ SSL "SSL/OTR encryption support" on \ - REMOTE "Remote control fifo support" on -# XMPP "XMPP Jabber support" on + REMOTE "Remote control fifo support" on \ + XMPP "XMPP Jabber support" off .include <bsd.port.pre.mk> -# XMPP support is currently broken - forcefully turn this off -WITHOUT_XMPP= true - .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl --disable-otr .else . if defined(WITHOUT_XMPP) CONFIGURE_ARGS+= --enable-ssl=openssl . else -CONFIGURE_ARGS+= --enable-ssl=gnutls +CONFIGURE_ARGS+= --enable-ssl=gnutls --with-libgnutls-prefix=${LOCALBASE} LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls . endif +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS+= --with-libgcrypt-prefix=${LOCALBASE} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ otr:${PORTSDIR}/security/libotr \ gpg-error:${PORTSDIR}/security/libgpg-error |