mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c60dbe4b55
is lighter weight. Increase the granularity of the statistics. Rounding to whole msec isn't accurate enough on a LAN.
33 lines
790 B
Makefile
33 lines
790 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: fping
|
|
# Version required: 1.20
|
|
# Date created: Tue Mar 25, 1997
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= part01
|
|
PKGNAME= fping-1.20
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \
|
|
ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \
|
|
ftp://ftp.wustl.edu/usenet/comp.sources.unix/volume26/fping/ \
|
|
ftp://ftp.isnet.is/pub/Usenet/Usenet.src/comp.sources.unix/v26/fping/
|
|
EXTRACT_SUFX= .Z
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
DIST_SUBDIR= fping
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= | ${SED} -e '1,/Archive-Name/d' | ${SH}
|
|
NO_WRKSUBDIR= yes
|
|
MAN8= fping.8
|
|
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/sbin/fping
|
|
|
|
.include <bsd.port.mk>
|