d5fcf1d08f
SiLK, the System for Internet-Level Knowledge, is a collection of netflow tools developed by the CERT/NetSA (Network Situational Awareness) Team to facilitate security analysis in large networks. SiLK consists of a suite of tools which collect and examine netflow data, allowing analysts to rapidly query large sets of data. WWW: http://silktools.sourceforge.net PR: ports/94623 Submitted by: David Thiel <lx@redundancy.redundancy.org>
22 lines
512 B
Makefile
22 lines
512 B
Makefile
# New ports collection makefile for: silktools
|
|
# Date created: 2006-03-17
|
|
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= silktools
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lx@redundancy.redundancy.org
|
|
COMMENT= Tools for large-scale network capture analysis
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
|
|
ALL_TARGET= release
|
|
|
|
.include <bsd.port.mk>
|