1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/openvas-server/Makefile
William Grzybowski 24e305725e security/openvas-server: fix build
- Fix build, add pkgconfig to USES
- Trim Makefile header
- Remove leading article form COMMENT

PR:		ports/179810 [1]
Submitted by:	John Marino <draco@marino.st>
2013-06-21 17:47:19 +00:00

26 lines
702 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= openvas-server
PORTVERSION= 2.0.2
PORTREVISION= 2
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= openvas.2:${PORTSDIR}/security/openvas-libraries \
openvasnasl.2:${PORTSDIR}/security/openvas-libnasl
GNU_CONFIGURE= yes
USES= gettext pkgconfig
USE_RC_SUBR= openvasd
MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1
MAN8= openvasd.8 openvas-adduser.8 openvas-rmuser.8 openvas-mkcert.8
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
.include <bsd.port.mk>