aboutsummaryrefslogtreecommitdiffstats
path: root/security/openvas-libnasl/Makefile
blob: 4d5e4db77a1a6f1e73aed464fee4a006581d5898 (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
33
34
# New ports collection makefile for:    openvas-libnasl
# Date created:     2008-04-27
# Whom:         Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#

PORTNAME=   openvas-libnasl
PORTVERSION=    1.0.0
PORTREVISION=   4
CATEGORIES= security
MASTER_SITES=   http://wald.intevation.org/frs/download.php/406/

MAINTAINER= cherry@trombik.org
COMMENT=    NASL libraries for OpenVAS

LIB_DEPENDS=    gcrypt.16:${PORTSDIR}/security/libgcrypt \
        gnutls.40:${PORTSDIR}/security/gnutls \
        gpg-error.0:${PORTSDIR}/security/libgpg-error \
        gpgme.18:${PORTSDIR}/security/gpgme \
        openvas.1:${PORTSDIR}/security/openvas-libraries \
        openvas_hg.1:${PORTSDIR}/security/openvas-libraries \
        tasn1.4:${PORTSDIR}/security/libtasn1

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_ICONV=  yes
USE_BISON=  build

MAN1=       openvas-libnasl-config.1 openvas-nasl.1

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

.include <bsd.port.mk>