1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/bwping/Makefile
Rainer Hurling 153a7b2ed3 Update to 2.1
- Performance: added support for filtering incoming packets at the kernel level using BPF
- Various minor fixes and improvements.

PR:		250016
Submitted by:	Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by:	arrowd (mentor)
Relnotes:	https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.1
Differential Revision:	https://reviews.freebsd.org/D26641
2020-10-02 10:31:37 +00:00

20 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= bwping
PORTVERSION= 2.1
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>