2007-09-15 19:29:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2007/09/15 23:29:59 merdely Exp $
|
2005-05-16 12:02:56 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= plugins for Nessus
|
2006-06-01 01:16:32 -04:00
|
|
|
DISTNAME= nessus-plugins-GPL-${V}
|
2007-04-03 09:55:22 -04:00
|
|
|
PKGNAME= ${DISTNAME:S/-GPL//}p0
|
2005-05-16 12:02:56 -04:00
|
|
|
|
2006-06-01 01:16:32 -04:00
|
|
|
WANTLIB= crypto hosts_gatherer m nessus pcap ssl util
|
2005-05-16 12:02:56 -04:00
|
|
|
|
2006-06-01 01:16:32 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::security/nessus/core \
|
|
|
|
::security/hydra \
|
|
|
|
::security/nikto \
|
2005-05-16 12:02:56 -04:00
|
|
|
::net/nmap
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|