freebsd-ports/security/openvas-cli/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
664 B
Makefile

# $FreeBSD$
PORTNAME= openvas-cli
PORTVERSION= 1.4.3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/2209/
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenVAS command-line interface and Nagios plugin
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:security/gnutls \
libopenvas_base.so:security/openvas-libraries
CFLAGS+= -Wno-missing-field-initializers
USES= cmake:outsource gnome pkgconfig
USE_GNOME= glib20 libxslt:run
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${MV} ${STAGEDIR}${PREFIX}/bin/check_omp \
${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>