summaryrefslogtreecommitdiffstats
path: root/net/flowgrep/Makefile
blob: 305fd4c81c2557735b975bbdb5201924e6eaf05e (plain)
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
29
30
31
# New ports collection makefile for:	flowgrep
# Date created:		22 Jun 2005
# Whom:			Corey Smith
#
# $FreeBSD$
#

PORTNAME=	flowgrep
PORTVERSION=	0.8a
CATEGORIES=	net security
MASTER_SITES=	http://www.monkey.org/~jose/software/flowgrep/
DISTNAME=	flowgrep-${PORTVERSION}

MAINTAINER=	corsmith@gmail.com
COMMENT=	TCP stream/UDP/IP payload 'grep' utility

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/nidsmodule.so:${PORTSDIR}/net/pynids

USE_PYTHON=	YES

NO_BUILD=	YES

PLIST_FILES=	sbin/flowgrep

MAN8=	flowgrep.8

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py ${PREFIX}/sbin/flowgrep
	${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${PREFIX}/man/man8/flowgrep.8

.include <bsd.port.mk>
OpenPOWER on IntegriCloud