Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= ethereal |
8 |
PORTNAME= ethereal |
9 |
PORTVERSION= 0.10.0a |
9 |
PORTVERSION= 0.10.0a |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= net ipv6 |
11 |
CATEGORIES= net ipv6 |
11 |
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ |
12 |
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ |
12 |
ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ |
13 |
ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ |
Lines 55-60
Link Here
|
55 |
.endif |
56 |
.endif |
56 |
.else |
57 |
.else |
57 |
CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp |
58 |
CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp |
|
|
59 |
.endif |
60 |
|
61 |
.if defined(WITH_ADNS) || (!defined(WITHOUT_ADNS) && exists(${LOCALBASE}/lib/adns.so)) |
62 |
LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns |
63 |
CONFIGURE_ARGS+= --with-adns=${LOCALBASE} |
64 |
.else |
65 |
CONFIGURE_ARGS+= --without-adns |
58 |
.endif |
66 |
.endif |
59 |
|
67 |
|
60 |
MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 |
68 |
MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 |