From b0bc97ee0df27fd760ab8f7f8a2e948f433e00b3 Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Fri, 1 Aug 2003 13:57:28 +0000 Subject: [PATCH] Bug: Submitted by: Christopher Smith Reviewed by: Approved by: Obtained from: new port, isc's dhcp git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3117 d073be05-634f-4543-b044-5fe20cf6d1d6 --- net/dhcp/Portfile | 33 +++++++++++++++++++++++++++++++++ net/dhcp/files/site.conf | 16 ++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 net/dhcp/Portfile create mode 100644 net/dhcp/files/site.conf diff --git a/net/dhcp/Portfile b/net/dhcp/Portfile new file mode 100644 index 0000000000000..4e9b7f1ef8eec --- /dev/null +++ b/net/dhcp/Portfile @@ -0,0 +1,33 @@ +# $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" } diff --git a/net/dhcp/files/site.conf b/net/dhcp/files/site.conf new file mode 100644 index 0000000000000..9f327c34a2773 --- /dev/null +++ b/net/dhcp/files/site.conf @@ -0,0 +1,16 @@ +# Put local site configuration stuff here to override the default +# # settings in Makefile.conf +# + +USERBINDIR = /opt/local/bin +BINDIR = /opt/local/sbin +CLIENTBINDIR = /opt/local/sbin +ADMMANDIR = /opt/local/man/cat8 +FFMANDIR = /opt/local/man/cat5 +LIBMANDIR = /opt/local/man/cat3 +USRMANDIR = /opt/local/man/cat1 +ETC = /opt/local/etc/dhcp +RRUN = /opt/local/var/run +VARDB = /opt/local/var/db +LIBDIR=/opt/local/lib +INCDIR=/opt/local/include