forked from Lainports/freebsd-ports
been renamed and rearranged. The graphical user interface provided by security/openvas-client has been discontinued. Instead there is now a web interface provided by security/greenbone-security-assistant and a command-line interface provided by security/openvas-client.
26 lines
672 B
Makefile
26 lines
672 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas-cli
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2209/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenVAS command-line interface and Nagios plugin
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
libopenvas_base.so:${PORTSDIR}/security/openvas-libraries
|
|
|
|
CFLAGS+= -Wno-missing-field-initializers
|
|
USES= cmake:outsource gnome pkgconfig
|
|
USE_GNOME= glib20 libxslt:run
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${MV} ${STAGEDIR}${PREFIX}/bin/check_omp \
|
|
${STAGEDIR}${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|