forked from Lainports/freebsd-ports
OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ PR: ports/123128 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
4 lines
187 B
Text
4 lines
187 B
Text
CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include \
|
|
--localstatedir=${PREFIX}/openvas \
|
|
--sharedstatedir=${PREFIX}/openvas/com \
|
|
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|