# -*- 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           github 1.0
PortGroup           muniversal 1.0

github.setup        michaelrsweet mxml 3.3.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

categories          devel textproc
license             Apache-2
maintainers         nomaintainer

description         a tiny library for reading and writing XML data
long_description    Mini-XML is a tiny XML library that you can use to read and write \
                    XML and XML-like data files in your application without requiring \
                    large non-standard libraries. Mini-XML only requires an ANSI C \
                    compatible compiler (GCC works, as do most vendors’ ANSI C compilers) \
                    and a make program. \
                    \n\nThe Mini-XML library is licensed under the Apache License Version 2.0 \
                    with an exception to allow linking against GPL2/LGPL2-only software.\n

homepage            https://www.msweet.org/mxml/

checksums           rmd160  677e7dbbd2164250129af70fdc601e65d473c6ac \
                    sha256  0adaa504f79365d7de71ee77c41f7b47687b03e96f0aab5c3620c0631ffc26fd \
                    size    1554818

# Remove hardcoded flags:
patchfiles          patch-configure.diff

destroot.destdir    DSTROOT=${destroot}
