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

name                mgzip
version             1.2c
revision            1
checksums           rmd160  e3a91c4705b2769ce377ce698593d395ac6dec3b \
                    sha256  9b6f7592f5a7f6278a70fa67952aed652f8eba3e36d753ce50d76fde7ec28513 \
                    size    45475

categories          archivers
license             GPL-2
maintainers         {snc @nerdling} openmaintainer
description         a multi-processor capable .gz file creator.
long_description    mgzip is a program that makes use of SMP machines and zlib \
                    to use as many processors as you have to quickly compress \
                    files into gzip compatible format.

homepage            https://web.archive.org/web/20110415162704/http://lemley.net/mgzip.html
master_sites        macports_distfiles
distname            smp_mgzip_${version}

depends_lib         port:zlib

patchfiles          patch-mgzip.c.diff \
                    implicit.patch

configure.args      --with-zlib=${prefix}

test.run            yes

destroot {
    xinstall -m 0755 ${worksrcpath}/mgzip ${destroot}${prefix}/bin
}

livecheck.type      none
