d32b8fe316
In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas-manager
|
|
PORTVERSION= 6.0.8
|
|
PORTREVISION= 4
|
|
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>
|