d6e8072c94
bind(2) instead of sockaddr_storage. It doesn't accept the latter even though it's big enough. PR: 208753 Tested by: kwinkelman@mcclatchy.com
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas-manager
|
|
PORTVERSION= 6.0.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2295/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenVAS manager
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
libgpgme.so:security/gpgme \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libopenvas_base.so:security/openvas-libraries
|
|
|
|
USES= cmake:outsource execinfo gnome pkgconfig sqlite
|
|
USE_GNOME= glib20
|
|
USE_RC_SUBR= openvasmd
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|