freebsd-ports/security/bro/Makefile

32 lines
626 B
Makefile
Raw Normal View History

# 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)
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= bro
PORTVERSION= 1.5.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.bro-ids.org/
MAINTAINER= kevlo@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= System for detecting Network Intruders in real-time
MAKE_JOBS_UNSAFE= yes
2008-12-18 08:03:19 +01:00
USE_PERL5= yes
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
GNU_CONFIGURE= yes
2008-12-20 06:35:14 +01:00
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-perftools \
--disable-broccoli \
--disable-broctl \
--enable-brov6
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>