aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-server/Makefile
blob: c0900a1628d0def79b01592926d63db326728571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>