69f82727cf
With hat: portmgr
24 lines
609 B
Makefile
24 lines
609 B
Makefile
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openvas-server
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
.include <bsd.port.mk>
|