Files
ports/security/gvm-libs/Makefile
T
Jose Alonso Cardenas Marquez fd51b85ebf security/gvm: Update to 26.31.1
- databases/pg-gvm: Update to 22.6.17
- security/gsa: Update to 27.4.1 (Only amd64 and aarch64)
- security/gsa: Remove DEPRECATED. Now it uses www/npm-node24
- security/gsad: Update to 26.4.0
- security/openvas: Update to 23.46.3
- security/openvas: Improve getinterfaces function [1]
- security/gvmd: Update to 26.31.1
- security/gvm-libs: 23.7.0
- security/py-greenbone-feed-sync: Update to 25.3.0
- security/py-gvm-tools: Update to 26.0.6
- security/py-python-gvm: Update to 27.4.0

PR:		295199
Reported by:	 jward __at_ ehprivacy.com [1]
2026-06-23 19:00:54 -07:00

51 lines
1.4 KiB
Makefile

PORTNAME= gvm
DISTVERSIONPREFIX= v
DISTVERSION= 23.7.0
CATEGORIES= security
PKGNAMESUFFIX= -libs
MAINTAINER= acm@FreeBSD.org
COMMENT= Libraries module for the GVM solution
WWW= https://github.com/greenbone/gvm-libs
LICENSE= GPLv2+
BUILD_DEPENDS= doxygen>0:devel/doxygen
LIB_DEPENDS= libassuan.so:security/libassuan \
libcjson.so:devel/libcjson \
libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls \
libgpgme.so:security/gpgme \
libgpg-error.so:security/libgpg-error \
libhiredis.so:databases/hiredis \
libnet.so:net/libnet \
libpaho-mqtt3a.so:net/libpaho-mqtt3 \
libssh.so:security/libssh \
libuuid.so:misc/libuuid \
libjson-glib-1.0.so:devel/json-glib \
libcurl.so:ftp/curl
RUN_DEPENDS= doxygen>0:devel/doxygen
USES= cmake gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= greenbone
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
OPTIONS_DEFINE= LDAP RADIUS
LDAP_CMAKE_ON= -DBUILD_WITH_LDAP=1
LDAP_CMAKE_OFF= -DBUILD_WITH_LDAP=0
LDAP_USES= ldap
RADIUS_CMAKE_ON= -DBUILD_WITH_RADIUS=1
RADIUS_CMAKE_OFF= -DBUILD_WITH_RADIUS=0
RADIUS_LIB_DEPENDS= libfreeradius-client.so:net/freeradius-client
post-patch:
@${REINPLACE_CMD} -e 's|2.25.0|1.45.6|g' ${WRKSRC}/util/libgvm_util.pc.in
@${REINPLACE_CMD} -e 's|uuid>=2.25.0|uuid>=1.45.6|g' ${WRKSRC}/util/CMakeLists.txt
@${REINPLACE_CMD} '17d' ${WRKSRC}/base/proctitle.c
.include <bsd.port.mk>