summaryrefslogtreecommitdiff
path: root/security/openvas-libraries/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-01-04 01:08:52 +0000
committeradrianp <adrianp>2009-01-04 01:08:52 +0000
commit3cc1d45890bc18ebbf17856e0d0c9ab4fb5123fa (patch)
tree7d42cae0f578eab752bf6c050ad442a5f35cd64e /security/openvas-libraries/Makefile
parent795973cd3eed0f26d3f02b68c996fa2fb866271b (diff)
downloadpkgsrc-3cc1d45890bc18ebbf17856e0d0c9ab4fb5123fa.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-libraries/Makefile')
-rw-r--r--security/openvas-libraries/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile
new file mode 100644
index 00000000000..73609743309
--- /dev/null
+++ b/security/openvas-libraries/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
+#
+
+DISTNAME= openvas-libraries-2.0.0
+CATEGORIES= security
+MASTER_SITES= http://wald.intevation.org/frs/download.php/548/
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://www.openvas.org/
+COMMENT= Libraries for the Open Vulnerability Assessment System
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+MAKE_JOBS_SAFE= NO
+BUILD_DEFS+= VARBASE
+USE_LANGUAGES+= c++ c
+USE_TOOLS= pkg-config
+
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
+
+.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"