freebsd-ports/security/openvas-server/Makefile
Bryan Drewery 69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00

24 lines
609 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-server
PORTVERSION= 2.0.2
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/593/
MAINTAINER= ports@FreeBSD.org
COMMENT= Security scanner: a fork of Nessus
LIB_DEPENDS= libopenvas.so:${PORTSDIR}/security/openvas-libraries \
libopenvasnasl.so:${PORTSDIR}/security/openvas-libnasl
GNU_CONFIGURE= yes
USES= gettext pkgconfig
USE_RC_SUBR= openvasd
CONFIGURE_ARGS= --localstatedir=/var
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lgcrypt
.include <bsd.port.mk>