mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bad605b3e0
PR: ports/114140 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> Approved by: Gregory Edigarov <greg@bestnet.kharkov.ua> (maintainer), sat (mentor)
29 lines
595 B
Makefile
29 lines
595 B
Makefile
# New ports collection makefile for: sflowtool
|
|
# Date created: 21 Mar 2006
|
|
# Whom: Gregory Edigarov <greg@bestnet.kharkov.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sflowtool
|
|
PORTVERSION= 3.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.inmon.com/bin/
|
|
|
|
MAINTAINER= greg@bestnet.kharkov.ua
|
|
COMMENT= This is a sFlow capture and sFlow-to-NetFlow conversion tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/sflowtool
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|