---
name: isc-dhcp41-client
version: 4.1.e_2,2
origin: net/isc-dhcp41-client
comment: The ISC Dynamic Host Configuration Protocol client
arch: freebsd:9:x86:64
www: http://www.isc.org/products/DHCP/
maintainer: douglas@douglasthrift.net
prefix: /usr/local
licenselogic: single
licenses: [ISCL]
flatsize: 517288
desc: |
  The ISC Dynamic Host Configuration Protocol Distribution provides a
  freely redistributable reference implementation of all aspects of the
  DHCP protocol, through a suite of DHCP tools:

    * A DHCP server
    * A DHCP client (this port)
    * A DHCP relay agent

  WWW: http://www.isc.org/products/DHCP/
categories: [net]
options: {IPV6: on}
files:
  /usr/local/etc/dhclient.conf.sample: 84e333de53172e774d480b4cf9807df5468af76cc5dd8e5bba43f28be76c3b2d
  /usr/local/man/man5/dhclient.conf.5.gz: dc4bbd1ce773dd061b6e3b04c64358f69948fccf888faf49b19e2a422bccf50e
  /usr/local/man/man5/dhclient.leases.5.gz: cb0dad699b0958dbae505de95c2cdfe73a0de4e0475163b3dc08428ee64f73fe
  /usr/local/man/man8/dhclient-script.8.gz: d36398431e2b385dcedabe4b697404f5f33a33173f8eddc45ccc2cb4cd680fa4
  /usr/local/man/man8/dhclient.8.gz: cf071273b9e29749fa9179d15aee68a243c7d25f0901c163a12f2c8eb8adf2b1
  /usr/local/sbin/dhclient: 1508188752820c444df074a494e31d2057941a93c745b85aecb22421ab1b14d6
  /usr/local/sbin/dhclient-script: 5cf1d5af541ad8ca212d191a1bf23b621269d81478313a4fb0ef6c29b34ea7b7
  /usr/local/share/licenses/isc-dhcp41-client-4.1.e_2,2/ISCL: e0feefef73c312a6c13e016f615f2aa86df45697405c81302144db873a32266e
  /usr/local/share/licenses/isc-dhcp41-client-4.1.e_2,2/LICENSE: 5fe93c3e042a87337ef6e636ff3254d8d0cf41de9fb5481cb74c6a7801afabff
  /usr/local/share/licenses/isc-dhcp41-client-4.1.e_2,2/catalog.mk: 0ef914403cf3f23b32f0c4eb52c530cd40c48eed0a0cf43ec03dacf28dd7e31e
directories:
  /usr/local/share/licenses/isc-dhcp41-client-4.1.e_2,2/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/dhclient.conf ] ; then cp -p /usr/local/etc/dhclient.conf.sample /usr/local/etc/dhclient.conf; fi
    [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/dhclient.conf.sample /usr/local/etc/dhclient.conf; then rm -f /usr/local/etc/dhclient.conf; fi
    [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: "****  To setup dhclient, you may need to edit /etc/rc.conf to replace the\n
  \     base system dhclient, such as:\n\n\t    dhclient_program=\"/usr/local/sbin/dhclient\"\n\t
  \   dhclient_flags=\"-q\"\n\n      See dhclient(8), using the following command,
  for details about other\n      possible options:\n\n\t    MANPATH=/usr/local/man
  man 8 dhclient\n"
