RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
retrieving revision 1.17
diff -u -r1.17 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name ethereal |
5 | | version 0.9.14 |
| 5 | version 0.9.16 |
6 | 6 | categories net |
7 | 7 | maintainers eric@opendarwin.org |
8 | 8 | description Graphical network analyzer and capture tool |
… |
… |
|
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 460ef7b71816316212cbdd26bb3ce0d3 |
| 25 | checksums md5 ab33d191f3cca324e5c819e9e4c034e1 |
26 | 26 | |
27 | 27 | use_bzip2 yes |
28 | 28 | |
29 | 29 | depends_lib lib:libglib.1:glib lib:libgtk.2:gtk2 |
30 | 30 | |
31 | 31 | configure.args --without-plugins --enable-gtk2 --with-ucdsnmp=no |
| 32 | |
| 33 | variant no-x11 { |
| 34 | configure.args-append --disable-ethereal |
| 35 | configure.args-delete --enable-gtk2 |
| 36 | depends_lib-delete lib:libgtk.2:gtk2 |
| 37 | } |
| 38 | |
| 39 | # |
| 40 | ##EOF |