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

File Portfile-wireshark-devel-r4.diff, 1.1 KB (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
     
    129130        eval xinstall -m 644 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
    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/
     133       
     134        xinstall -d ${destroot}${prefix}/share/wireshark/ChmodBPF
     135        xinstall -m 755 ${worksrcpath}/packaging/macosx/ChmodBPF/ChmodBPF ${destroot}${prefix}/share/wireshark/ChmodBPF/       
    132136}
     137
     138startupitem.name       ChmodBPF
     139startupitem.create      yes
     140startupitem.start       "${prefix}/share/wireshark/ChmodBPF/ChmodBPF start"
     141startupitem.stop        "${prefix}/share/wireshark/ChmodBPF/ChmodBPF stop"
     142startupitem.pidfile     none