freebsd-ports/net/echoping/Makefile
Peter Wemm 358c5baa72 echoping is a damn useful tool for checking reachability other than
via icmp status, eg: tcp or udp.  It speaks http as well, so it can
"ping" a http server or a http proxy cache to make sure it's operating
and not wedged.  (Nearly all of our system lockups are not detected
by icmp pings)
1997-04-12 17:17:34 +00:00

18 lines
332 B
Makefile

# New ports collection makefile for: echoping
# Version required: 2.1-BETA
# Date created: 13 April 1997
# Whom: peter
#
# $Id$
#
DISTNAME= echoping-2.1-BETA
PKGNAME= echoping-2.1b
CATEGORIES= net
MASTER_SITES= ftp://ftp.pasteur.fr/pub/Network/echoping/
MAINTAINER= peter@FreeBSD.ORG
MAN1= echoping.1
.include <bsd.port.mk>