blob: 79717c8d11f9339cf04e28fe97f533c5f8f4df73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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.1
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
NESSUS_REV= ${DISTNAME:S/nessus-plugins-//g}
DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-plugins
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400001
BROKEN= "Can't be built successfully in -CURRENT"
.endif
.include <bsd.port.mk>
|