mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
77ef45fd08
hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. WWW: http://tclmon.vsi.ru/utils.php PR: 126928 Submitted by: Oleg Derevenetz <oleg at serv2 dot vsi dot ru>
26 lines
504 B
Makefile
26 lines
504 B
Makefile
# Ports collection makefile for: bwping
|
|
# Date created: Fri Aug 29 2008
|
|
# Whom: Oleg Derevenetz (oleg@vsi.ru)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bwping
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://tclmon.vsi.ru/files/
|
|
|
|
MAINTAINER= oleg@vsi.ru
|
|
COMMENT= A tool to measure bandwidth and RTT between two hosts using ICMP
|
|
|
|
PLIST_FILES= sbin/bwping
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN8= bwping.8
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/sbin/bwping
|
|
@${CHMOD} 4555 ${PREFIX}/sbin/bwping
|
|
|
|
.include <bsd.port.mk>
|