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

name            bwping
version         2.5
categories      net
platforms       darwin
maintainers     {@oleg-derevenetz gmail.com:oleg.derevenetz} openmaintainer
license         BSD

description     Tool to measure bandwidth and RTT between two hosts using ICMP
long_description \
                A tool to measure bandwidth and response times between two \
                hosts using Internet Control Message Protocol (ICMP) echo \
                request/echo reply mechanism.

homepage        https://bwping.sourceforge.io/

master_sites    sourceforge

checksums       rmd160  b96a8bd1e77c58a6837f5c41808e1dd20fd59ad6 \
                sha256  1d8762227f40909f6d42ef756ebc2c258e5fd4f268ff63ecc544b8d6f0802c82 \
                size    113076

configure.args  --mandir=${prefix}/share/man/

compiler.c_standard \
                2011

# clock_gettime
legacysupport.newest_darwin_requires_legacy \
                15
