freebsd-ports/security/openvas-libraries/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

24 lines
535 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-libraries
PORTVERSION= 2.0.3
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/600/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries for OpenVAS
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
USES= pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= glib20
MAKE_JOBS_UNSAFE= yes
.include "${.CURDIR}/Makefile.common"
.include <bsd.port.mk>