Changeset 4455 for trunk/dports


Ignore:
Timestamp:
Jan 5, 2004, 2:56:48 AM (20 years ago)
Author:
jkh
Message:

Update to 0.9.14 with no-x11 variant added.
Obtained from: fkr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/ethereal/Portfile

    r3428 r4455  
    1 # $Id: Portfile,v 1.17 2003/09/12 18:00:31 olegb Exp $
     1# $Id: Portfile,v 1.18 2004/01/05 02:56:48 jkh Exp $
    22
    33PortSystem 1.0
     
    1111
    1212long_description A network analyzer that lets you capture and \
    13                  interactively browse the contents of Ethernet frames. \
     13                 interactively browse Ethernet frames. \
    1414                 Packet data can be read from a file, or live from a local \
    1515                 network interface.
     
    2323                ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/
    2424
    25 checksums       md5 460ef7b71816316212cbdd26bb3ce0d3 
     25checksums       md5 460ef7b71816316212cbdd26bb3ce0d3
    2626
    2727use_bzip2       yes
     
    3030
    3131configure.args  --without-plugins --enable-gtk2 --with-ucdsnmp=no
     32
     33variant no-x11  {
     34        configure.args-append   --disable-ethereal
     35        configure.args-delete   --enable-gtk2
     36        depends_lib-delete      lib:libgtk.2:gtk2
     37}
     38
Note: See TracChangeset for help on using the changeset viewer.