summaryrefslogtreecommitdiff
path: root/net/flow-extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/flow-extract/Makefile')
-rw-r--r--net/flow-extract/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/flow-extract/Makefile b/net/flow-extract/Makefile
new file mode 100644
index 000000000000..d0f3a3d02be9
--- /dev/null
+++ b/net/flow-extract/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: flow-extract
+# Date created: 2003 Mar 14
+# Whom: Marcin Cieslak <saper@system.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flow-extract
+PORTVERSION= 2.4
+CATEGORIES= net
+MASTER_SITES= http://security.uchicago.edu/tools/net-forensics/files/
+DISTNAME= flowextract-${PORTVERSION}
+EXTRACT_SUFX= .cpio.gz
+
+MAINTAINER= saper@system.pl
+COMMENT= Cisco NetFlow awk-like extracting tool
+
+BUILD_DEPENDS= flow-cat:${PORTSDIR}/net/flow-tools
+
+USE_REINPLACE= yes
+EXTRACT_AFTER_ARGS= | cpio -idmu
+
+post-patch: patch-makefile
+
+patch-makefile:
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+ ${WRKSRC}/Makefile
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${PREFIX}/man/man1
+
+MAN1= flow-extract.1
+
+.include <bsd.port.mk>