diff options
author | nbm <nbm@FreeBSD.org> | 2001-08-02 15:35:49 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-08-02 15:35:49 +0000 |
commit | def4d76f5348aa4124199a9eaa8a591a4b80aacf (patch) | |
tree | f9d821cce240f834fea6d41cb10812144416fa59 /net/icmpmonitor/Makefile | |
parent | 5afd62afbf2e429624949c74c415efce64fbff16 (diff) | |
download | FreeBSD-ports-def4d76f5348aa4124199a9eaa8a591a4b80aacf.zip FreeBSD-ports-def4d76f5348aa4124199a9eaa8a591a4b80aacf.tar.gz |
Add icmpmonitor 1.1, a multiple host icmp monitoring tool.
Diffstat (limited to 'net/icmpmonitor/Makefile')
-rw-r--r-- | net/icmpmonitor/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/icmpmonitor/Makefile b/net/icmpmonitor/Makefile new file mode 100644 index 0000000..be42b8e --- /dev/null +++ b/net/icmpmonitor/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: icmpmonitor +# Date created: 31 Jul 2001 +# Whom: nbm +# +# $FreeBSD$ +# + +PORTNAME= icmpmonitor +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= icmpmonitor + +MAINTAINER= nbm@FreeBSD.org + +GNU_CONFIGURE= YES + +WRKSRC= ${WRKDIR}/icmpmonitor + +MAN1= icmpmonitor.1 + +.include <bsd.port.mk> |