aboutsummaryrefslogtreecommitdiff
path: root/security/silktools/Makefile
blob: 2ada95a719f6f07ebd411e2741235c9b68524547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>