aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icmpmonitor/Makefile
blob: 39d75cfb8a181629fa580f59b3ce272f8190e60c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: icmpmonitor
# Date created:		31 Jul 2001
# Whom:			nbm
#
# $FreeBSD$
#

PORTNAME=	icmpmonitor
PORTVERSION=	1.2
CATEGORIES=	net-mgmt
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	icmpmonitor

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>