Ticket #26293: Portfile-wireshark-devel-r3.diff

File Portfile-wireshark-devel-r3.diff, 805 bytes (added by hsivank@…, 14 years ago)
  • Portfile

    old new  
    66name            wireshark-devel
    77epoch           1
    88version         1.4.0
     9revision        1
    910categories      net
    1011maintainers     gmail.com:hsivank
    1112description     Graphical network analyzer and capture tool
     
    130131        eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
    131132        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
    132133}
     134
     135startupitem.name        ChmodBPF
     136startupitem.create      yes
     137startupitem.executable  /bin/sh -c "chgrp admin /dev/bpf* && chmod g+rw /dev/bpf* && echo \"ChmodBPF ran successfully.\""
     138startupitem.pidfile     none
     139