1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/nessus-plugins-devel/Makefile
Steve Price 718310a37a Update to version 0.99.3, update PLIST accordingly, and enable encryption
between the client and server.

PR:		16018
Submitted by:	maintainer
2000-01-28 17:34:12 +00:00

43 lines
1.3 KiB
Makefile

# Ports collection makefile for: nessus-plugins
# Version required: 0.98.3
# Date created: 16 October 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= nessus-plugins-0.99.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://cvs.nessus.org/pub/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-${NESSUS_REV}/ \
ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.chg.ru/pub/security/nessus/nessus-${NESSUS_REV}/ \
ftp://ftp.sekure.net/pub/nessus/nessus-${NESSUS_REV}/
MAINTAINER= anders@fix.no
BUILD_DEPENDS= ${LOCALBASE}/include/nessus/config.h:${PORTSDIR}/security/nessus \
${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
NESSUS_REV= ${DISTNAME:S/nessus-plugins-//g}
DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-plugins
GNU_CONFIGURE= yes
MAN1= nessus-build.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400001
BROKEN= "Can't be built successfully in -CURRENT"
.endif
.include <bsd.port.post.mk>