17 lines
387 B
Makefile
17 lines
387 B
Makefile
PORTNAME= bwping
|
|
PORTVERSION= 2.4
|
|
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>
|