# -*- 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.6
categories      net
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  4019dda1fe8f972aabe2cd0c2312852ab8f932b3 \
                sha256  e8f183c63a0eb58f8e6cb992ae916fc91eea12450a7f1051b193f0c5890e7d30 \
                size    113405

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

compiler.c_standard \
                2011

# clock_gettime
legacysupport.newest_darwin_requires_legacy \
                15
