freebsd-ports/net/flowgrep/Makefile
Ruslan Makhmatkhanov b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00

31 lines
671 B
Makefile

# New ports collection makefile for: flowgrep
# Date created: 22 Jun 2005
# Whom: Corey Smith
#
# $FreeBSD$
#
PORTNAME= flowgrep
PORTVERSION= 0.9
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>