forked from Lainports/opnsense-ports
24 lines
580 B
Makefile
24 lines
580 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= greenbone-security-assistant
|
|
PORTVERSION= 6.0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2299/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenVAS web interface
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libopenvas_base.so:security/openvas-libraries \
|
|
libmicrohttpd.so:www/libmicrohttpd
|
|
|
|
USES= cmake:outsource gettext gnome pkgconfig
|
|
USE_GNOME= glib20 libxml2 libxslt
|
|
USE_RC_SUBR= gsad
|
|
|
|
.include <bsd.port.mk>
|