2001-08-02 17:35:49 +02:00
|
|
|
# New ports collection makefile for: icmpmonitor
|
|
|
|
# Date created: 31 Jul 2001
|
|
|
|
# Whom: nbm
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icmpmonitor
|
2005-11-01 18:05:49 +01:00
|
|
|
PORTVERSION= 1.2
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= icmpmonitor
|
2001-08-02 17:35:49 +02:00
|
|
|
|
2004-03-25 19:33:22 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A multiple host icmp monitoring tool
|
2001-08-02 17:35:49 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN1= icmpmonitor.1
|
2005-11-01 18:05:49 +01:00
|
|
|
PLIST_FILES= sbin/icmpmonitor
|
2001-08-02 17:35:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|