# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD: tags/RELEASE_11_0_0/net-mgmt/fprobe/Makefile 382150 2015-03-24 18:19:23Z marino $

PORTNAME=	fprobe
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool that collects network traffic data

USES=		tar:bzip2
USE_RC_SUBR=	fprobe
GNU_CONFIGURE=	yes
SUB_LIST=	NAME=${PORTNAME}
PLIST_FILES=	man/man8/${PORTNAME}.8.gz sbin/fprobe
PORTDOCS=	ChangeLog README

OPTIONS_DEFINE=	DOCS

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ChangeLog README
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>
