mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9b986e19b4
PR: ports/82596 Submitted by: Corey Smith
32 lines
672 B
Makefile
32 lines
672 B
Makefile
# 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>
|