summaryrefslogtreecommitdiff
path: root/security/openvas-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas-client/Makefile')
-rw-r--r--security/openvas-client/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile
new file mode 100644
index 00000000000..070db4fd99e
--- /dev/null
+++ b/security/openvas-client/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 01:12:18 adrianp Exp $
+#
+
+DISTNAME= openvas-client-2.0.1
+CATEGORIES= security
+MASTER_SITES= http://wald.intevation.org/frs/download.php/552/
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://www.openvas.org/
+COMMENT= Client for the Open Vulnerability Assessment System
+
+USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= YES
+BUILD_DEFS+= VARBASE
+USE_X11= YES
+
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
+CONFIGURE_ARGS+= --with-x11
+CONFIGURE_ARGS+= --with-ssl
+
+.include "../../security/openvas-libraries/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"