diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-17 10:26:40 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-17 10:26:40 +0000 |
commit | 83dffff3ce9987d5b2b88eb5e50fed7d7a80f12b (patch) | |
tree | a9045340fe94451bb490889016dc50d7944f6e43 /security/nessus-devel/Makefile | |
parent | update to 0.9.5.6 (diff) |
PR: 11457
Submitted by: Anders Nordby <anders.fix.no>
Nessus is a security scanner. That is, it's a program which will scan a
given network and will seek for vulnerabilities which could be exploited
by some remote intruder.
Check the homepage at: http://www.nessus.org/
Diffstat (limited to 'security/nessus-devel/Makefile')
-rw-r--r-- | security/nessus-devel/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile new file mode 100644 index 000000000000..78bdb83ec9c1 --- /dev/null +++ b/security/nessus-devel/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: nessus +# Version required: alpha2-fix4 +# Date created: 1 May 1999 +# Whom: Anders Nordby <anders@fix.no> +# +# $Id$ +# + +DISTNAME= nessus-alpha2-fix4 +PKGNAME= nessus-a2 +CATEGORIES= security +MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/nessus-RELEASE/ \ + ftp://ftp.nessus.org/pub/nessus/nessus-RELEASE/ \ + ftp://cvs.nessus.org/pub/nessus/nessus-RELEASE/ \ + ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \ + http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \ + ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-RELEASE/ \ + ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-RELEASE/ \ + ftp://ftp.chg.ru/pub/security/nessus/nessus-RELEASE/ \ + ftp://ftp.sekure.net/pub/nessus/nessus-RELEASE/ +EXTRACT_SUFX= .tgz + +MAINTAINER= anders@fix.no + +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTKCONFIG="${X11BASE}/bin/gtk12-config" +MAN1= nessus.1 + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |