Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openvas-plugins / Makefile
blob46361c091539808dc0348da452f6e681a4ef15f5
1 # $NetBSD: Makefile,v 1.8 2012/09/15 10:06:16 obache Exp $
4 DISTNAME= openvas-plugins-1.0.5
5 PKGREVISION= 6
6 CATEGORIES= security
7 MASTER_SITES= http://wald.intevation.org/frs/download.php/539/
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://www.openvas.org/
11 COMMENT= Plugins for the Open Vulnerability Assessment System
13 GNU_CONFIGURE= yes
14 USE_TOOLS+= pkg-config bash
15 USE_LIBTOOL= yes
17 CONFIGURE_ARGS+= --enable-install=${BINOWN}
19 REPLACE_BASH+= openvas-nvt-sync.in
21 NONFREE= cisco_vpn_client_detect.nasl js.scob.trojan.nasl \
22 nav_installed.nasl patchlink_detection.nasl \
23 poptop_negative_read.nasl putty_logon_credential_leak.nasl \
24 savce_installed.nasl slad_fetch_results.nasl \
25 slad_run.nasl smb_explorer_version.nasl \
26 smb_suspicious_files.nasl smb_virii.nasl \
27 sonicwall_vpn_client_detect.nasl spybot_detection.nasl \
28 spysweeper_corp_installed.nasl ypupdated_remote_exec.nasl
30 post-extract:
31 @${MKDIR} ${WRKSRC}/bin
32 . for f in ${NONFREE}
33 @${RM} ${WRKSRC}/scripts/${f}
34 . endfor
36 .include "../../security/openvas-libraries/buildlink3.mk"
37 .include "../../security/openvas-libnasl/buildlink3.mk"
38 .include "../../security/openvas-server/buildlink3.mk"
39 .include "../../security/gnutls/buildlink3.mk"
40 .include "../../devel/glib2/buildlink3.mk"
41 .include "../../mk/bsd.pkg.mk"