freebsd-ports/security/openvas-server/Makefile
Martin Wilke 8e8f0b65ef - Update to farrokhi
PR:		137207
Submitted by:	farrokhi
Approved by:	maintainer timeout
2009-08-17 22:44:51 +00:00

28 lines
761 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= 2.0.2
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/593/
MAINTAINER= cherry@trombik.org
COMMENT= A security scanner: a fork of Nessus
LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \
openvasnasl.2:${PORTSDIR}/security/openvas-libnasl
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_RC_SUBR= openvasd
MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1
MAN8= openvasd.8 openvas-adduser.8 openvas-rmuser.8 openvas-mkcert.8
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
.include <bsd.port.mk>