1998-03-02 11:35:04 +01:00
|
|
|
# Ports collection makefile for: bro
|
2007-09-11 22:50:54 +02:00
|
|
|
# Date created: Sat Feb 28, 1998
|
|
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
1998-03-02 11:35:04 +01:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1998-03-02 11:35:04 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= bro
|
2012-02-11 23:27:42 +01:00
|
|
|
PORTVERSION= 1.5.3
|
2000-06-02 05:18:54 +02:00
|
|
|
CATEGORIES= security
|
2012-02-11 23:27:42 +01:00
|
|
|
MASTER_SITES= ftp://ftp.bro-ids.org/
|
1998-03-02 11:35:04 +01:00
|
|
|
|
2008-12-18 07:43:03 +01:00
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= System for detecting Network Intruders in real-time
|
1998-03-16 11:27:31 +01:00
|
|
|
|
2012-02-11 23:27:42 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2008-12-18 08:03:19 +01:00
|
|
|
USE_PERL5= yes
|
2008-05-14 21:53:00 +02:00
|
|
|
|
2008-12-18 07:43:03 +01:00
|
|
|
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
|
1998-03-02 11:35:04 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-12-20 06:35:14 +01:00
|
|
|
USE_LDCONFIG= yes
|
2010-10-15 08:42:25 +02:00
|
|
|
CONFIGURE_ARGS= --disable-perftools \
|
|
|
|
--disable-broccoli \
|
2012-02-11 23:27:42 +01:00
|
|
|
--disable-broctl \
|
|
|
|
--enable-brov6
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
1998-03-02 11:35:04 +01:00
|
|
|
|
2012-02-11 23:27:42 +01:00
|
|
|
.include <bsd.port.mk>
|