aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-libraries/Makefile
blob: cdc82967464e739b827b11e1a296b580a6b539c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	openvas-libraries
# Date created:		2008-04-26
# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#

PORTNAME=	openvas-libraries
PORTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://wald.intevation.org/frs/download.php/419/

MAINTAINER=	cherry@trombik.org
COMMENT=	Libraries for OpenVAS

LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls

LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN1=		libopenvas-config.1

.include "${.CURDIR}/../../security/openvas-server/Makefile.common"

.include <bsd.port.mk>