# -*- 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 github 1.0 github.setup strophe libstrophe 0.8.8 categories net platforms darwin maintainers me.com:link.dupont description A simple, lightweight C library for writing XMPP clients homepage http://strophe.im/libstrophe/ license {GPL-3, MIT} long_description libstrophe is a lightweight XMPP client library written in C. \ It has minimal dependencies and is configurable for various \ environments. It runs well on both Linux, Unix, and Windows \ based platforms. checksums rmd160 19a8af97000f08d0b7553c4ce435f8cc83af8071 \ sha256 96e1c478241a020d8b63f7bec5d0e556e688ec86eb029c515120998363649cf7 depends_build port:m4 \ port:pkgconfig depends_lib port:expat \ port:openssl use_autoreconf yes variant libxml description {Use libxml for XML parsing} { depends_lib-append port:libxml2 configure.args-append --with-libxml2 }