9f4ba66345
connectivity of remote network hosts on a regular interval. PR: 20584 Submitted by: Matthew Emmerton <root@gabby.gsicomp.on.ca>
27 lines
461 B
Makefile
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>
|