diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-21 17:47:19 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-21 17:47:19 +0000 |
commit | 24e305725eb8bb514c7e83a01cd169bc8853fa93 (patch) | |
tree | 2652302839b6272c1cc245fc3ced5c1f5621c26f /security/openvas-server | |
parent | 93a31961ad60e735a64a56c048b688ca12dc2b8f (diff) | |
download | ports-24e305725eb8bb514c7e83a01cd169bc8853fa93.tar.gz ports-24e305725eb8bb514c7e83a01cd169bc8853fa93.zip |
Notes
Diffstat (limited to 'security/openvas-server')
-rw-r--r-- | security/openvas-server/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile index a3d7e8af0711..10445c005454 100644 --- a/security/openvas-server/Makefile +++ b/security/openvas-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-server -# Date created: 2008-04-26 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= openvas-server PORTVERSION= 2.0.2 @@ -12,13 +8,13 @@ CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/593/ MAINTAINER= ports@FreeBSD.org -COMMENT= A security scanner: a fork of Nessus +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 +USES= gettext pkgconfig USE_RC_SUBR= openvasd MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1 |