openbsd-ports/net/bro/Makefile

37 lines
631 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2015/07/19 16:38:48 sthen Exp $
COMMENT= highly flexible sniffer/NIDS
V= 1.4
DISTNAME= bro-${V}-release
PKGNAME= bro-${V}
REVISION= 5
SHARED_LIBS= broccoli 0.0 # .2.0
CATEGORIES= net security
HOMEPAGE= https://www.bro.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
2014-11-05 11:43:59 +00:00
WANTLIB= c crypto m pcap pthread ssl stdc++ termcap z GeoIP>=5 magic>=1
MASTER_SITES= https://www.bro.org/downloads/archive/
2010-11-19 22:31:32 +00:00
LIB_DEPENDS= net/GeoIP \
devel/libmagic
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.59
WRKDIST= ${WRKDIR}/bro-${V}
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/bro
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
.include <bsd.port.mk>