2013-04-23 16:20:25 +02:00
|
|
|
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
2008-06-04 15:15:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openvas-libraries
|
2016-03-17 13:57:25 +01:00
|
|
|
PORTVERSION= 8.0.7
|
2016-11-27 00:41:16 +01:00
|
|
|
PORTREVISION= 2
|
2008-06-04 15:15:44 +02:00
|
|
|
CATEGORIES= security
|
2016-03-17 13:57:25 +01:00
|
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2291/
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2009-11-03 03:54:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2016-03-17 13:57:25 +01:00
|
|
|
COMMENT= OpenVAS libraries
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2016-03-17 13:57:25 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.GPLv2
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libhiredis.so:databases/hiredis \
|
|
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
|
|
libnetsnmp.so:net-mgmt/net-snmp \
|
|
|
|
libgnutls.so:security/gnutls \
|
|
|
|
libgpgme.so:security/gpgme \
|
|
|
|
libgcrypt.so:security/libgcrypt \
|
|
|
|
libksba.so:security/libksba \
|
|
|
|
libssh.so:security/libssh
|
2016-03-17 13:57:25 +01:00
|
|
|
|
|
|
|
USES= bison cmake:outsource gnome pkgconfig
|
2008-06-04 15:15:44 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-07-23 03:33:55 +02:00
|
|
|
USE_GNOME= glib20
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2016-03-17 13:57:25 +01:00
|
|
|
OPTIONS_DEFINE= LDAP RADIUS
|
|
|
|
OPTIONS_DEFAULT=LDAP
|
|
|
|
|
|
|
|
LDAP_CMAKE_OFF= -DBUILD_WITHOUT_LDAP=1
|
|
|
|
LDAP_USE= OPENLDAP=yes
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2016-03-17 13:57:25 +01:00
|
|
|
RADIUS_CMAKE_ON=-DBUILD_WITH_RADIUS=1
|
2016-04-01 16:25:16 +02:00
|
|
|
RADIUS_LIB_DEPENDS= libfreeradius-client.so:net/freeradius-client
|
2015-06-01 15:19:21 +02:00
|
|
|
|
2008-06-04 15:15:44 +02:00
|
|
|
.include <bsd.port.mk>
|