blob: 625fce3493f0e71bf7cf905166b1e6834324bab3 (
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
|
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-server
PORTVERSION= 2.0.2
PORTREVISION= 3
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
CONFIGURE_ARGS= --localstatedir=/var
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lgcrypt
PLIST_SUB= RESETPREFIX=${PREFIX}
.include <bsd.port.mk>
|