# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup qt4 1.0 name qxmpp version 0.7.3 categories devel net license LGPL-2.1 platforms darwin maintainers sharky openmaintainer description Cross-platform C++ XMPP library long_description \ QXmpp is a cross-platform C++ XMPP library built upon Qt. \ It strives to be as easy to use as possible. homepage http://code.google.com/p/qxmpp/ master_sites googlecode checksums md5 5badeba0db3d87e4d56ac8ac6da71fda \ sha1 4fc02d16d75657cc7f3d14dcf42fdee2cc536dbd \ rmd160 83cca000c3ad495eeede52bab693aa4ae56fc4d9 depends_lib-append port:speex port:libtheora configure.cmd ${qt_qmake_cmd} configure.pre_args PREFIX=${prefix} QXMPP_USE_SPEEX=1 QXMPP_USE_THEORA=1