mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
35 lines
673 B
Makefile
35 lines
673 B
Makefile
# Ports collection makefile for: bro
|
|
# Date created: Sat Feb 28, 1998
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bro
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://bro-ids.org/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= System for detecting Network Intruders in real-time
|
|
|
|
USE_PERL5= yes
|
|
|
|
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-perftools \
|
|
--disable-broccoli \
|
|
--disable-broctl
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
BROKEN= does not package
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|