freebsd-ports/net/sntop/Makefile
Will Andrews 9f4ba66345 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>
2000-09-16 04:38:19 +00:00

27 lines
461 B
Makefile

# 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>