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>
29 lines
776 B
Makefile
29 lines
776 B
Makefile
# New ports collection makefile for: openvas-server
|
|
# Date created: 2008-04-26
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openvas-server
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/407/
|
|
|
|
MAINTAINER= cherry@trombik.org
|
|
COMMENT= A security scanner: a fork of Nessus
|
|
|
|
LIB_DEPENDS= openvas.1:${PORTSDIR}/security/openvas-libraries \
|
|
openvasnasl.1:${PORTSDIR}/security/openvas-libnasl
|
|
|
|
GNU_CONFIGURE= yes
|
|
# XXX openvas-mkcert uses gettext
|
|
USE_GETTEXT= yes
|
|
USE_RC_SUBR= openvasd
|
|
|
|
MAN1= openvas-check-signature.1 openvas-mkrand.1
|
|
MAN8= openvasd.8 openvas-adduser.8 openvas-rmuser.8 openvas-mkcert.8
|
|
|
|
.include "${.CURDIR}/../../security/openvas-server/Makefile.common"
|
|
|
|
.include <bsd.port.mk>
|