2008-06-04 15:15:44 +02:00
|
|
|
# New ports collection makefile for: openvas-libraries
|
|
|
|
# Date created: 2008-04-26
|
|
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openvas-libraries
|
2009-08-18 00:41:11 +02:00
|
|
|
PORTVERSION= 2.0.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
|
|
|
|
|
|
|
MAINTAINER= cherry@trombik.org
|
|
|
|
COMMENT= Libraries for OpenVAS
|
|
|
|
|
2009-08-18 00:41:11 +02:00
|
|
|
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
|
2008-06-04 15:15:44 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2009-08-18 00:41:11 +02:00
|
|
|
USE_GNOME= glib20 pkgconfig
|
2008-06-04 15:15:44 +02:00
|
|
|
|
|
|
|
MAN1= libopenvas-config.1
|
|
|
|
|
2008-06-08 15:20:15 +02:00
|
|
|
.include "${.CURDIR}/Makefile.common"
|
2008-06-04 15:15:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|