blob: 2d10b5ce4c9a51a27d40fda723403495df9e529c (
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
|
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-server
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/593/
MAINTAINER= ports@FreeBSD.org
COMMENT= Security scanner: a fork of Nessus
LIB_DEPENDS= libopenvas.so:${PORTSDIR}/security/openvas-libraries \
libopenvasnasl.so:${PORTSDIR}/security/openvas-libnasl
GNU_CONFIGURE= yes
USES= gettext pkgconfig
USE_RC_SUBR= openvasd
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
LDFLAGS+= -lgcrypt
.include <bsd.port.mk>
|