# $Id: Portfile,v 1.4 2005/05/09 18:40:11 jmpp Exp $ PortSystem 1.0 name http_ping version 03apr2002 revision 1 categories net www maintainers darwinports@opendarwin.org description Sends HTTP requests every few seconds and times how \ long they take long_description ${description} homepage http://www.acme.com/software/http_ping/ platforms darwin master_sites ${homepage} distname ${name}_${version} checksums md5 a90fda389a2e1048d666afa54eb85385 configure { cd ${worksrcpath} reinplace "s|/usr/local|${destroot}${prefix}|g" \ Makefile reinplace "s|/man/man1/|/share/man/man1|g" \ Makefile } worksrcdir ${name} build.target