1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/openvas-libnasl/Makefile
Dmitry Marakasov 0e86c58864 - Support staging
- Use new LIB_DEPENDS syntax
- Fix build of openvas-server on 10.x
2014-02-19 09:02:53 +00:00

30 lines
824 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
PORTREVISION= 10
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
MAINTAINER= ports@FreeBSD.org
COMMENT= NASL libraries for OpenVAS
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgnutls.so:${PORTSDIR}/security/gnutls \
libgpg-error.so:${PORTSDIR}/security/libgpg-error \
libgpgme.so:${PORTSDIR}/security/gpgme \
libopenvas.so:${PORTSDIR}/security/openvas-libraries \
libopenvas_hg.so:${PORTSDIR}/security/openvas-libraries \
libtasn1.so:${PORTSDIR}/security/libtasn1
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= bison iconv pkgconfig
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
LDFLAGS+= -lgcrypt
.include <bsd.port.mk>