# -*- 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

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        libwbxml libwbxml 0.11.8 libwbxml-
github.tarball_from archive

name                wbxml2
categories          textproc devel
license             LGPL-2.1+
maintainers         nomaintainer
description         converts between XML and Wireless Binary XML (WBXML)
long_description    ${description}

distname            libwbxml-${version}

checksums           rmd160  a882998d81d45195cc946668aa8f1ea67a47a414 \
                    sha256  a6fe0e55369280c1a7698859a5c2bb37c8615c57a919b574cd8c16458279db66 \
                    size    362833

depends_lib         port:expat \
                    port:libiconv

configure.ldflags-append \
                    -liconv
