mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
eff2ec45e8
* Use opaque struct addrinfo everywhere, get rid of inet_ntop() in favor of getnameinfo(); * Fix build on Solaris; * Minor fixes & improvements. PR: 242007 Submitted by: maintainer Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_1.16
20 lines
401 B
Makefile
20 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bwping
|
|
PORTVERSION= 1.16
|
|
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>
|