mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# Ports collection makefile for: dhcp
|
|
# Version required: ISC-DHCP-BETA-16
|
|
# Date created: 7 Mar 1996
|
|
# Whom: se
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/01/14 20:15:49 pst Exp $
|
|
#
|
|
|
|
DISTNAME= DHCPD-BETA-5.16
|
|
PKGNAME= isc-dhcp-b5.16
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN5= dhcpd.conf.5${ZEXTENSION}
|
|
MAN8= dhcpd.8${ZEXTENSION}
|
|
|
|
.include <bsd.port.mk>
|