ac405c56be
build.
50 lines
1015 B
Makefile
50 lines
1015 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/03 08:12:05 landry Exp $
|
|
|
|
COMMENT= highly flexible sniffer/NIDS
|
|
|
|
V= 1.4
|
|
DISTNAME= bro-${V}-release
|
|
PKGNAME= bro-${V}
|
|
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS= broccoli 0.0 # .2.0
|
|
|
|
CATEGORIES= net security
|
|
|
|
HOMEPAGE= http://www.bro-ids.org/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c crypto m pcap ssl stdc++ termcap z GeoIP>=5 magic>=1
|
|
|
|
MASTER_SITES= ftp://bro-ids.org/
|
|
|
|
LIB_DEPENDS= net/GeoIP \
|
|
devel/libmagic
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=autoconf
|
|
AUTOCONF_VERSION=2.59
|
|
|
|
CONFIGURE_ARGS =--disable-gtk-doc
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
WRKDIST= ${WRKDIR}/bro-${V}
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/bro
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|