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

if {${os.platform} eq "darwin" && ${os.major} < 11} {
    PortGroup           qt4 1.0

} else {
    PortGroup           qt5 1.0

}

github.setup            stachenov quazip 1.4 v
github.tarball_from     archive
revision                0
name                    quazip1

description             Qt/C++ wrapper over minizip

long_description        The C++ wrapper for Gilles Vollant's ZIP/UNZIP \
                        package (AKA Minizip) using Trolltech's Qt library.

checksums               rmd160  730c46772c4c8c50130694078348777b9a3f9278 \
                        sha256  79633fd3a18e2d11a7d5c40c4c79c1786ba0c74b59ad752e8429746fe1781dd6 \
                        size    157819

categories              archivers devel
license                 LGPL-2.1
maintainers             nomaintainer

depends_lib-append      port:zlib

compiler.cxx_standard   2011
