blob: 7750411d30e4f3a730116ce5d447a300495e2089 (
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
29
30
31
32
|
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
MAINTAINER= ports@FreeBSD.org
COMMENT= NASL libraries for OpenVAS
LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
gnutls.26:${PORTSDIR}/security/gnutls \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
gpgme.19:${PORTSDIR}/security/gpgme \
openvas.2:${PORTSDIR}/security/openvas-libraries \
openvas_hg.2:${PORTSDIR}/security/openvas-libraries \
tasn1.5:${PORTSDIR}/security/libtasn1
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_ICONV= yes
USES= bison
MAN1= openvas-libnasl-config.1 openvas-nasl.1
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
LDFLAGS+= -lgcrypt
.include <bsd.port.mk>
|