summaryrefslogblamecommitdiff
path: root/net/sntop/Makefile
blob: 33245595b1b97d40db1afaac83fe6c89d4009ad7 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
                     
                   

                                          
 
                                 
 
                                                             



                       


                                  
                          

                      
# 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

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>