mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
ba0b43633d
PR: 31717 Submitted by: Christopher J. Michaels <cjm2@altavista.net> assign maintainership back to ports@. Submitted by: Matthew Emmerton <matt@gsicomp.on.ca> (previous maintainer)
27 lines
469 B
Makefile
27 lines
469 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.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= sntop
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= sntop.1
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/sntop
|
|
@cat ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|