forked from Lainports/freebsd-ports
- Usage info now includes the package version - Manual definition of feature test macros has been replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS - Dropped support for gettimeofday() in favor of clock_gettime() - Various minor fixes and improvements Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.2 PR: 251429 Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bwping
|
|
PORTVERSION= 2.2
|
|
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>
|