# $Id$ PortSystem 1.0 name tcping version 0.1 categories net license GPL-2 platforms darwin maintainers nomaintainer description ping on TCP-level long_description Like ping but on TCP-level. It connects to a host \ (incl. portnumber) and disconnects. It then measures how \ long this takes giving you an idea of the latency of the \ tcp-service you're testing. homepage http://www.vanheusden.com/Linux/ master_sites ${homepage} extract.suffix .tgz checksums md5 f419709dfac386785f8fb886a011e8af use_configure no variant universal {} build.args CC="${configure.cc}" \ CFLAGS="${configure.cflags} [get_canonical_archflags cc] -Wall" \ LDFLAGS="[get_canonical_archflags ld]" destroot { xinstall -m 755 ${worksrcpath}/tcping ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} license.txt readme.txt \ ${destroot}${prefix}/share/doc/${name} }