freebsd-ports/net/isc-dhcp31-server/Makefile

25 lines
472 B
Makefile
Raw Normal View History

# Ports collection makefile for: dhcp
# Version required: ISC-DHCP-BETA-16
# Date created: 7 Mar 1996
# Whom: se
#
# $Id: Makefile,v 1.12 1997/10/13 09:14:51 tg Exp $
#
DISTNAME= DHCPD-BETA-5.16
PKGNAME= isc-dhcp-b5.16
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
1997-10-13 11:14:53 +02:00
MAINTAINER= jseger@freebsd.org
1997-06-03 09:35:25 +02:00
HAS_CONFIGURE= yes
MAN5= dhcpd.conf.5
MAN8= dhcpd.8
post-install:
touch /var/db/dhcpd.leases
.include <bsd.port.mk>