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

github.setup            carragom uplog 0.3
github.tarball_from     archive
revision                0
categories              net
license                 GPL-2.0
maintainers             nomaintainer

description             A UDP based ping program that can give an ASCII-graphical log of the packet losses
long_description        ${description}.

checksums               rmd160  246a4668beae74505c50228a57e54ab7c4c57f13 \
                        sha256  fdf8b64835023525cbaefac750493dc7ee265bbcc07f4081105c5f484dc8682a \
                        size    50720

dist_subdir             ${name}/${version}_1

patch.pre_args-replace  -p0 -p1
patchfiles              implicit.patch
patchfiles-append       fix-configure-script.patch

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING INSTALL NEWS README THANKS TODO \
        ${destroot}${prefix}/share/doc/${name}
}
