aboutsummaryrefslogtreecommitdiffstats
path: root/net/sflowtool/Makefile
blob: 1b0b48471d82a72ab235f60a80a72622e1c0c2ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>