mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: dhcp-agent
|
|
# Date created: Oct 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dhcp-agent
|
|
PORTVERSION= 0.41
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A portable UNIX Dynamic Host Configuration suite
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= dhcp-client.1 dhcp-sniff.1
|
|
INFO= dhcp-agent
|
|
|
|
.include <bsd.port.mk>
|