From 9f4ba66345df66f1dd596e7345932f5c0370bef8 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 16 Sep 2000 04:38:19 +0000 Subject: Add a sntop 1.2.0, curses-based utility that uses [f,]ping to determine connectivity of remote network hosts on a regular interval. PR: 20584 Submitted by: Matthew Emmerton --- net/sntop/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net/sntop/Makefile (limited to 'net/sntop/Makefile') diff --git a/net/sntop/Makefile b/net/sntop/Makefile new file mode 100644 index 000000000000..1fe387b84305 --- /dev/null +++ b/net/sntop/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: sntop +# Date created: 05 August 2000 +# Whom: Matt Emmerton +# +# $FreeBSD$ +# + +PORTNAME= sntop +PORTVERSION= 1.2.0 +CATEGORIES= net +MASTER_SITES= ftp://sntop.sourceforge.net/pub/sntop/ + +MAINTAINER= matt@gsicomp.on.ca + +RUN_DEPENDS= fping:${PORTSDIR}/net/fping + +GNU_CONFIGURE= yes + +MAN1= sntop.1 +MANCOMPRESSED= yes + +post-install: + @strip ${PREFIX}/bin/sntop + @cat ${PKGDIR}/MESSAGE + +.include -- cgit v1.2.3