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
|
2009-08-18 00:41:11 +02:00
|
|
|
PORTVERSION= 2.0.3
|
2013-05-03 18:36:39 +02:00
|
|
|
PORTREVISION= 3
|
2008-06-04 15:15:44 +02:00
|
|
|
CATEGORIES= security
|
2009-08-18 00:41:11 +02:00
|
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/600/
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2009-11-03 03:54:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-06-04 15:15:44 +02:00
|
|
|
COMMENT= Libraries for OpenVAS
|
|
|
|
|
2014-02-19 10:02:53 +01:00
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pkgconfig
|
2008-06-04 15:15:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2012-07-23 03:33:55 +02:00
|
|
|
USE_GNOME= glib20
|
2009-11-18 23:39:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2008-06-04 15:15:44 +02:00
|
|
|
|
2008-06-08 15:20:15 +02:00
|
|
|
.include "${.CURDIR}/Makefile.common"
|
2008-06-04 15:15:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|