2001-08-02 17:35:49 +02:00
|
|
|
# New ports collection makefile for: icmpmonitor
|
|
|
|
# Date created: 31 Jul 2001
|
|
|
|
# Whom: nbm
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icmpmonitor
|
|
|
|
PORTVERSION= 1.1
|
2002-06-07 09:06:57 +02:00
|
|
|
PORTREVISION= 1
|
2001-08-02 17:35:49 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= icmpmonitor
|
|
|
|
|
|
|
|
MAINTAINER= nbm@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
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/icmpmonitor
|
|
|
|
|
|
|
|
MAN1= icmpmonitor.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/icmpmonitor
|
2001-08-02 17:35:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|