aboutsummaryrefslogtreecommitdiff
path: root/security/openvas8-scanner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas8-scanner/Makefile')
-rw-r--r--security/openvas8-scanner/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/security/openvas8-scanner/Makefile b/security/openvas8-scanner/Makefile
deleted file mode 100644
index b61a99e3c4c9..000000000000
--- a/security/openvas8-scanner/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Tomoyuki Sakurai <cherry@trombik.org>
-# $FreeBSD$
-
-PORTNAME?= openvas8-scanner
-PORTVERSION?= 5.0.8
-PORTREVISION= 6
-CATEGORIES= security
-MASTER_SITES?= http://wald.intevation.org/frs/download.php/2436/
-DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION}
-DIST_SUBDIR= openvas${OPENVAS_VER}
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT?= OpenVAS 8 scanner
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING.GPLv2
-
-LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
- libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries
-RUN_DEPENDS= redis-server:databases/redis \
- curl:ftp/curl \
- rsync:net/rsync \
- wget:ftp/wget \
- nmap:security/nmap
-
-CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
-
-USES= cmake gettext-runtime gnome pkgconfig
-USE_GNOME= glib20
-USE_RC_SUBR= openvassd
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//}
-
-OPENVAS_VER?= 8
-
-DEPRECATED= End of life, please migrate to security/openvas port
-EXPIRATION_DATE=2021-02-06
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>