freebsd-ports/security/greenbone-security-assistant/Makefile
Sunpoet Po-Chuan Hsieh 45fdfb9bff Update to 0.9.52
- While I'm here:
  - Remove USE_OPENSSL: it is not required after libmicrospdy removal
  - Bump PORTREVISION for dependent ports

Changes:	https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR:		216382
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2017-01-23 18:52:57 +00:00

24 lines
580 B
Makefile

# $FreeBSD$
PORTNAME= greenbone-security-assistant
PORTVERSION= 6.0.10
PORTREVISION= 2
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>