# $Id: Portfile,v 1.1 2003/08/01 13:57:24 fkr Exp $ PortSystem 1.0 name dhcp version 3.0pl2 categories net description ISC dhcpd server long_description ISC's Dynamic Host Configuration Protocol Distribution \ reference implementation of all aspects of the DHCP \ protocol, through a suite of DHCP tools: A DHCP \ server, client, and relay agent. These tools all \ use a modular API which is designed to be sufficently \ general that can easily be made to work on POSIX- \ compliant operating systems and also non-POSIX \ systems like Windows NT and MacOS.\ The DHCP server, client and relay agent are provided \ both as reference implementations of the protocol \ and as working, fully-features sample implementations.\ Both the client and the server provide functionality \ that, while not strictly required by the protocol, \ is very useful in practice. The DHCP server also \ makes allowance for non-compliant clients which \ one might still like to support. homepage http://www.isc.org/products/DHCP/ platforms darwin maintainers cms@kronos.net master_sites ftp://ftp.isc.org/isc/dhcp/ checksums md5 2cb5db7a0c23deaef4724b5fc3f9a869 depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup configure { cd ${worksrcpath} system "cp ${portpath}/${filesdir}/site.conf ${worksrcpath}" system "./configure" }