Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= nessus-plugins |
8 |
PORTNAME= nessus-plugins |
9 |
PORTVERSION= 2.0.10a |
9 |
PORTVERSION= 2.0.10a |
10 |
PORTREVISION= 2 |
10 |
PORTREVISION= 3 |
11 |
CATEGORIES= security |
11 |
CATEGORIES= security |
12 |
MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ |
12 |
MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ |
13 |
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ |
13 |
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ |
Lines 20-27
Link Here
|
20 |
MAINTAINER= udo.schweigert@siemens.com |
20 |
MAINTAINER= udo.schweigert@siemens.com |
21 |
COMMENT= Plugins for Nessus, the security scanner |
21 |
COMMENT= Plugins for Nessus, the security scanner |
22 |
|
22 |
|
23 |
BUILD_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/nessus \ |
23 |
BUILD_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/nessus |
24 |
libnet-config:${PORTSDIR}/net/libnet |
|
|
25 |
RUN_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/nessus \ |
24 |
RUN_DEPENDS= ${LOCALBASE}/include/nessus/nessus-devel.h:${PORTSDIR}/security/nessus \ |
26 |
nmap:${PORTSDIR}/security/nmap \ |
25 |
nmap:${PORTSDIR}/security/nmap \ |
27 |
wget:${PORTSDIR}/ftp/wget |
26 |
wget:${PORTSDIR}/ftp/wget |
Lines 38-44
Link Here
|
38 |
.include <bsd.port.pre.mk> |
37 |
.include <bsd.port.pre.mk> |
39 |
|
38 |
|
40 |
.if ${ARCH} == "amd64" |
39 |
.if ${ARCH} == "amd64" |
41 |
BROKEN= "Does not compile on amd64 (libnet needs to provide a shared library)" |
40 |
PLIST_SUB+= AMD="@comment " |
|
|
41 |
pre-configure: |
42 |
${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-3com-hub-amd64 |
43 |
.else |
44 |
PLIST_SUB+= AMD="" |
45 |
BUILD_DEPENDS+= libnet-config:${PORTSDIR}/net/libnet |
42 |
.endif |
46 |
.endif |
43 |
|
47 |
|
44 |
post-install: |
48 |
post-install: |