freebsd-ports/net/sflowtool/Makefile
Martin Wilke 72ea79cf54 - Update to 3.13
PR:		136457
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp>
Approved by:	maintainer timeout
2009-07-28 17:40:28 +00:00

28 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.13
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>