Navigation Menu

Skip to content

Commit

Permalink
Bug:
Browse files Browse the repository at this point in the history
Submitted by:   Christopher Smith <cms@kronos.net>
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
  • Loading branch information
Felix Kronlage committed Aug 1, 2003
1 parent 9ba4476 commit b0bc97e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 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" }
16 changes: 16 additions & 0 deletions 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

0 comments on commit b0bc97e

Please sign in to comment.