diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:38:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:38:19 +0000 |
commit | 9f4ba66345df66f1dd596e7345932f5c0370bef8 (patch) | |
tree | 926ed44001a119d2a5adc4ba95bd34faa32f775e /net/sntop/Makefile | |
parent | Add urwfonts 1.0, another font collection for X. (diff) |
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 <root@gabby.gsicomp.on.ca>
Notes
Notes:
svn path=/head/; revision=32672
Diffstat (limited to 'net/sntop/Makefile')
-rw-r--r-- | net/sntop/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
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 <matt@gsicomp.on.ca> +# +# $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 <bsd.port.mk> |