RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
retrieving revision 1.20
diff -u -r1.20 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name ethereal |
5 | | version 0.10.0a |
| 5 | version 0.10.2 |
6 | 6 | categories net |
7 | | maintainers eric@opendarwin.org |
| 7 | maintainers opendarwin.org@darkart.com |
8 | 8 | description Graphical network analyzer and capture tool |
9 | 9 | homepage http://ethereal.com/ |
10 | 10 | platforms darwin |
… |
… |
|
22 | 22 | ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \ |
23 | 23 | ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/ |
24 | 24 | |
25 | | checksums md5 1e31508c5509272595fa237d074461b1 |
| 25 | checksums md5 0a989aeac595db09eae722c350498e40 |
26 | 26 | |
27 | 27 | use_bzip2 yes |
28 | 28 | |
29 | 29 | depends_lib lib:libglib.2:glib2 lib:libgtk.2:gtk2 |
30 | 30 | |
31 | | configure.args --without-plugins --enable-gtk2 --with-ucdsnmp=no |
| 31 | configure.args --without-plugins --enable-gtk2 --with-net-snmp=no --with-ucd-snmp=no |
32 | 32 | |
33 | 33 | variant no-x11 { |
34 | 34 | configure.args-append --disable-ethereal |
35 | 35 | configure.args-delete --enable-gtk2 |
36 | 36 | depends_lib-delete lib:libgtk.2:gtk2 |
37 | 37 | } |
| 38 | # |
| 39 | ##EOF |