freebsd-ports/net/isc-dhcp2/Makefile
Paul Traina a6621d4552 Serves me right for committing work I hadn't looked at in over a month.
This cleans up everything, installs man pages properly, et al.

The dhcp client is not installed, since it is not yet functional.
1997-01-14 20:16:10 +00:00

21 lines
449 B
Makefile

# Ports collection makefile for: dhcp
# Version required: ISC-DHCP-BETA-0
# Date created: 7 Mar 1996
# Whom: se
#
# $Id: Makefile,v 1.5 1997/01/14 05:29:25 pst Exp $
#
DISTNAME= DHCPD-BETA-5.14
PKGNAME= isc-dhcp-b5.14
CATEGORIES= net
MASTER_SITES= ftp://ftp.vix.com/pub/dhcp/
MAINTAINER= se@FreeBSD.ORG
HAS_CONFIGURE= yes
MAN5= dhcpd.conf.5${ZEXTENSION}
MAN8= dhcpd.8${ZEXTENSION}
.include <bsd.port.mk>