freebsd-ports/security/openvas-libnasl/Makefile
2013-05-03 16:36:39 +00:00

32 lines
833 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
MAINTAINER= ports@FreeBSD.org
COMMENT= NASL libraries for OpenVAS
LIB_DEPENDS= gcrypt:${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
USES= bison iconv
MAN1= openvas-libnasl-config.1 openvas-nasl.1
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
LDFLAGS+= -lgcrypt
.include <bsd.port.mk>