mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
22 lines
359 B
Makefile
22 lines
359 B
Makefile
# New ports collection makefile for: icmpmonitor
|
|
# Date created: 31 Jul 2001
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icmpmonitor
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A multiple host icmp monitoring tool
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
MAN1= icmpmonitor.1
|
|
PLIST_FILES= sbin/icmpmonitor
|
|
|
|
.include <bsd.port.mk>
|