freebsd-ports/net/sntop/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

27 lines
529 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.4.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sntop
MAINTAINER= ports@FreeBSD.org
COMMENT= Monitor status of network nodes using fping
RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
GNU_CONFIGURE= yes
MAN1= sntop.1
post-install:
@${STRIP_CMD} ${PREFIX}/bin/sntop
@cat ${PKGMESSAGE}
.include <bsd.port.mk>