# $Id: Portfile,v 1.1 2003/04/02 07:12:38 jpm Exp $ PortSystem 1.0 name mdnsd version 0.7G revision 0 categories net maintainers jpm@opendarwin.org description embeddable Multicast DNS Daemon long_description \ mdnsd is a very lightweight, simple, portable, and easy to integrate \ open source implementation of Multicast DNS (part of Zeroconf, also \ called Rendezvous by Apple) for developers. It supports both acting \ as a Query and a Responder, allowing any software to participate \ fully on the .local network just by including a few files and \ calling a few functions. homepage http://dotlocal.org/mdnsd/ platforms darwin master_sites http://dotlocal.org/mdnsd/ checksums md5 3692107785567b0eff6cec979506da3b configure {} install { system "install -d ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/mhttp ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/mquery ${destroot}${prefix}/bin" }