33a55ba52f
tagged-ASCII output, or binary output in tcpdump(1) format. It can also generate Cisco NetFlow version 5 datagrams and send them to a destination UDP host:port. PR: 94481 Submitted by: Gregory Edigarov <greg@velcom.com>
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# New ports collection makefile for: sflowtool
|
|
# Date created: 21 Mar 2006
|
|
# Whom: Gregory Edigarov <greg@velcom.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sflowtool
|
|
PORTVERSION= 3.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.inmon.com/bin/
|
|
|
|
MAINTAINER= greg@velcom.com
|
|
COMMENT= This is a sFlow capture and sFlow-to-NetFlow conversion tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sflowtool
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|