diff options
author | adam <adam@pkgsrc.org> | 2011-02-15 10:18:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-15 10:18:06 +0000 |
commit | 24a22a288668c6875ea51a19de594a08449b23c3 (patch) | |
tree | d42c6878f3cb13d08f2036b65b660309be1cbab3 /chat/climm/Makefile | |
parent | 329e2bddb1493233e4a1ad5fb0aa109bb4e2cc66 (diff) | |
download | pkgsrc-24a22a288668c6875ea51a19de594a08449b23c3.tar.gz |
Changes 0.7.1:
* Lots of XMPP improvements (user interface, new priv command to handle
privacy lists, incorporate non-ancient libiksemel, might now work under
AmigaOS).
Changes 0.7:
* Switch to directly use libiksemel, i/o layer restructuring.
Diffstat (limited to 'chat/climm/Makefile')
-rw-r--r-- | chat/climm/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/chat/climm/Makefile b/chat/climm/Makefile index 0af7949779b..150d2a41f19 100644 --- a/chat/climm/Makefile +++ b/chat/climm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/09/10 08:28:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/02/15 10:18:06 adam Exp $ -DISTNAME= climm-0.6.3 -PKGREVISION= 1 +DISTNAME= climm-0.7.1 CATEGORIES= chat MASTER_SITES= http://www.climm.org/source/ EXTRACT_SUFX= .tgz @@ -12,12 +11,15 @@ COMMENT= Text-mode ICQ client PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ - -CONFIGURE_ARGS+= --disable-tcl --disable-otr --enable-ssl=openssl +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake +GNU_CONFIGURE= yes +#CONFIGURE_ARGS+= --disable-otr +CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --disable-xmpp +CONFIGURE_ARGS+= --enable-ssl=openssl +.include "../../chat/libotr/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |