aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas-client/Makefile')
-rw-r--r--security/openvas-client/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile
new file mode 100644
index 000000000000..8a7517a2dece
--- /dev/null
+++ b/security/openvas-client/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: openvas-client
+# Date created: 2008-04-27
+# Whom: Tomoyuki Sakurai <cherry@trombik.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= openvas-client
+PORTVERSION= 1.0.3
+CATEGORIES= security
+MASTER_SITES= http://wald.intevation.org/frs/download.php/420/
+
+MAINTAINER= cherry@trombik.org
+COMMENT= A GUI client for OpenVAS
+
+MAN1= OpenVAS-Client.1 openvasclient-mkcert.1 openvasclient-mkrand.1
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gtk20
+
+.include "${.CURDIR}/../../security/openvas-server/Makefile.common"
+
+.include <bsd.port.mk>