9cacc20861
PR: 238493 Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
20 lines
401 B
Makefile
20 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bwping
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= oleg.derevenetz@gmail.com
|
|
COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= sbin/bwping sbin/bwping6 man/man8/bwping.8.gz man/man8/bwping6.8.gz
|
|
|
|
.include <bsd.port.mk>
|