aboutsummaryrefslogtreecommitdiff
path: root/security/greenbone-security-assistant/Makefile
blob: bc4b6f823a93868abf59a5de18a1cf3a544cc90a (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
# $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>