# $Id: Portfile,v 1.3 2004/11/13 01:36:49 jmpp Exp $ PortSystem 1.0 name netwox version 5.26.0 revision 1 set NetWVers 526 categories net platforms darwin maintainers jmpp@opendarwin.org description Toolbox with several features to test an Ethernet/IP network. long_description Netwox is a toolbox containing 197 tools implemented from \ the Network Library netwib. They help to find and solve \ network problems with common techniques such as sniffing and \ spoffing, analazing DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, \ SYSLOG, TELNET and TFTP traffic, scans, ping and traceroute, \ client/servers implementations, etc. homepage http://www.laurentconstantin.com/ master_sites ${homepage}common/netw/${name}/download/v5/ \ http://www.mirrors.wiretapped.net/security/packet-construction/${name} extract.suffix .tgz distfiles ${distname}-src${extract.suffix} \ ${distname}-doc_html${extract.suffix} checksums ${distname}-src${extract.suffix} md5 8d60e6da6cf01a7c057f1c509603ffc6 \ ${distname}-doc_html${extract.suffix} md5 9b0262be758e8bf6f89b32784f350683 depends_lib lib:libnetwib${NetWVers}:netwib worksrcdir ${distname}-src/src pre-configure { cd ${worksrcpath} reinplace "s|/usr/local|${prefix}|g" config.dat reinplace "s|man|share/man|g" config.dat reinplace "s|share/man1|man1|g" config.dat } configure.pre_args {} configure.cmd ./genemake post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name}/html xinstall -m 644 -v -W ${worksrcpath}/../doc/ changelog.txt credits.txt \ guidestyle.txt todo.txt toollist.txt ${destroot}${prefix}/share/doc/${name}/ }