pkgsrc/security/openvas-server/options.mk
adrianp be52ce7665 OpenVAS stands for Open Vulnerability Assessment System and is a
network security scanner with associated tools like a graphical
user front-end. The core component is a server with a set of network
vulnerability tests (NVTs) to detect security problems in remote
systems and applications.
2009-01-04 01:08:52 +00:00

17 lines
309 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/01/04 01:11:55 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openvas-server
PKG_SUPPORTED_OPTIONS= x11
.include "../../mk/bsd.options.mk"
###
### X11 support
###
.if !empty(PKG_OPTIONS:Mx11)
USE_X11=YES
CONFIGURE_ARGS+= --with-x
.else
CONFIGURE_ARGS+= --without-x
.endif