freebsd-ports/security/silktools/Makefile
Jean-Yves Lefort d5fcf1d08f Add silktools.
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>
2006-03-19 23:11:14 +00:00

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>