freebsd-ports/net-mgmt/icmpmonitor/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

25 lines
462 B
Makefile

# New ports collection makefile for: icmpmonitor
# Date created: 31 Jul 2001
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= icmpmonitor
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= icmpmonitor
MAINTAINER= nbm@FreeBSD.org
COMMENT= A multiple host icmp monitoring tool
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/icmpmonitor
MAN1= icmpmonitor.1
PLIST_FILES= bin/icmpmonitor
.include <bsd.port.mk>