blob: 8c19284ee335864a796df0f93c00541c3ba77461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $NetBSD: Makefile,v 1.2 2009/07/17 18:00:24 adrianp Exp $
#
DISTNAME= openvas-plugins-1.0.5
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/539/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.openvas.org/
COMMENT= Plugins for the Open Vulnerability Assessment System
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
NONFREE= cisco_vpn_client_detect.nasl js.scob.trojan.nasl \
nav_installed.nasl patchlink_detection.nasl \
poptop_negative_read.nasl putty_logon_credential_leak.nasl \
savce_installed.nasl slad_fetch_results.nasl \
slad_run.nasl smb_explorer_version.nasl \
smb_suspicious_files.nasl smb_virii.nasl \
sonicwall_vpn_client_detect.nasl spybot_detection.nasl \
spysweeper_corp_installed.nasl ypupdated_remote_exec.nasl
post-extract:
@${MKDIR} ${WRKSRC}/bin
. for f in ${NONFREE}
@${RM} ${WRKSRC}/scripts/${f}
. endfor
.include "../../security/openvas-libraries/buildlink3.mk"
.include "../../security/openvas-libnasl/buildlink3.mk"
.include "../../security/openvas-server/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|