Ticket #26293: Portfile-wireshark-devel.diff

File Portfile-wireshark-devel.diff, 1.1 KB (added by hsivank@…, 14 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name            wireshark-devel
    7 epoch           1
    87version         1.4.0
     8revision        1
    99categories      net
    1010maintainers     gmail.com:hsivank
    1111description     Graphical network analyzer and capture tool
     
    128128        eval xinstall -m 644 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
    129129        eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
    130130        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
     131       
     132        xinstall -d ${destroot}${prefix}/share/wireshark/ChmodBPF
     133        xinstall -m 755 ${worksrcpath}/packaging/macosx/ChmodBPF/ChmodBPF ${destroot}${prefix}/share/wireshark/ChmodBPF/       
    131134}
     135
     136startupitem.name        ChmodBPF
     137startupitem.create      yes
     138startupitem.start       "${prefix}/share/wireshark/ChmodBPF/ChmodBPF start"
     139startupitem.stop        "${prefix}/share/wireshark/ChmodBPF/ChmodBPF stop"
     140startupitem.pidfile     none