mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a6621d4552
This cleans up everything, installs man pages properly, et al. The dhcp client is not installed, since it is not yet functional.
21 lines
449 B
Makefile
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>
|