Ticket #10669: p0f-2.0.8.diff
File p0f-2.0.8.diff, 963 bytes (added by pmq@…, 18 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name p0f 6 version 2.0. 56 version 2.0.8 7 7 categories net security 8 8 platforms darwin 9 9 maintainers mww@opendarwin.org … … 16 16 homepage http://lcamtuf.coredump.cx/p0f.shtml 17 17 master_sites http://lcamtuf.coredump.cx/p0f/ 18 18 extract.suffix .tgz 19 checksums md5 78235749e8ada6ad2b16b40fe15081f6 19 checksums sha1 7b4d5b2f24af4b5a299979134bc7f6d7b1eaf875 \ 20 rmd160 87d5b30d2d5e156b9fdcb026160155f413ce13d3 20 21 21 22 depends_build bin:gmake:gmake 22 23 23 24 worksrcdir p0f 24 25 25 patchfiles patch-mk__Linux26 27 26 configure { 28 27 reinplace "s|/etc/p0f|${prefix}/share/p0f|g" ${worksrcpath}/config.h 29 28 } 30 29 31 build.cmd sh Build32 build.target33 34 30 destroot { 35 31 xinstall -m 755 -s ${worksrcpath}/p0f ${destroot}${prefix}/bin 36 32 xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1