diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 01:08:52 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 01:08:52 +0000 |
commit | be52ce76659b4ae329cca78e133a53370f7cb835 (patch) | |
tree | 7d42cae0f578eab752bf6c050ad442a5f35cd64e /security/openvas-server/Makefile | |
parent | e90c51714b8d2d7c6a813f34bdba2d72d1420cff (diff) | |
download | pkgsrc-be52ce76659b4ae329cca78e133a53370f7cb835.tar.gz |
OpenVAS stands for Open Vulnerability Assessment System and is a
network security scanner with associated tools like a graphical
user front-end. The core component is a server with a set of network
vulnerability tests (NVTs) to detect security problems in remote
systems and applications.
Diffstat (limited to 'security/openvas-server/Makefile')
-rw-r--r-- | security/openvas-server/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile new file mode 100644 index 00000000000..5ae08daa697 --- /dev/null +++ b/security/openvas-server/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 01:11:55 adrianp Exp $ +# + +DISTNAME= openvas-server-2.0.0 +CATEGORIES= security +MASTER_SITES= http://wald.intevation.org/frs/download.php/550/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://www.openvas.org/ +COMMENT= Server for the Open Vulnerability Assessment System + +.include "options.mk" + +GNU_CONFIGURE= YES +BUILD_DEFS+= VARBASE +USE_TOOLS+= pkg-config gettext +RCD_SCRIPTS= openvasd + +SUBST_CLASSES= user +SUBST_STAGE.user= post-patch +SUBST_FILES.user= openvas-adduser.in openvas-mkcert-client.in +SUBST_FILES.user+= openvas-mkcert.in openvas-rmuser.in +SUBST_SED.user= -e "s|/usr/bin/gettext|${BUILDLINK_PREFIX.gettext}/bin/gettext|g" +SUBST_MESSAGE.user= Fixing administrative scripts. + +CONFIGURE_ARGS+= --localstatedir=${VARBASE} + +.include "../../security/openvas-libraries/buildlink3.mk" +.include "../../security/openvas-libnasl/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" +.include "../../security/gpgme/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |