Ticket #12544: netselect.diff
File netselect.diff, 819 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
Users/Raim/Dev/macports/trunk/dports/net/netselect/Portfile
7 7 maintainers fenner@research.att.com 8 8 description an ultrafast intelligent parallelizing binary-search implementation of "ping." 9 9 long_description ${description} 10 homepage http:// www.worldvisions.ca/~apenwarr/netselect/10 homepage http://alumnit.ca/~apenwarr/netselect/ 11 11 master_sites ${homepage} 12 12 checksums md5 3a3714946db2458e5db3d55373057ef2 13 13 worksrcdir ${name} 14 14 patchfiles netselect.c.diff Makefile.diff 15 15 16 configure {} 16 use_configure no 17 17 18 18 destroot.destdir DESTDIR="${destroot}" PREFIX="${prefix}"