pkgsrc/security/nessus/Makefile
frueauf dad57a83b1 Update nessus to 1.0.3.
Main change is the splitup into libnasl, nessus-libraries, nessus-core
and nessus-plugins.

Too many changes come with 1.0.3, but most noteable the number of checked
security vulnerabilities increased and got updated.

This is based on work Hubert Feyrer did on some former version.
2000-07-30 11:22:00 +00:00

21 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.11 2000/07/30 11:22:00 frueauf Exp $
#
DISTNAME= nessus-${VERS}
MASTER_SITES= # empty
DISTFILES= # empty
.include "../nessus/Makefile.common"
DEPENDS+= nessus-core-${VERS}:../nessus-core
DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"