summaryrefslogtreecommitdiff
path: root/net/dhcp-agent/Makefile
blob: aee69ac99c6faf481e1982e754c1ac59923b352b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# Ports collection makefile for:	dhcp-agent
# Date created:			Oct 7, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	dhcp-agent
PORTVERSION=	0.41
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

USE_AUTOTOOLS=	libtool:15
GNU_CONFIGURE=	yes

INSTALLS_SHLIB=	yes

MAN1=	dhcp-client.1 dhcp-sniff.1
INFO=	dhcp-agent

.include <bsd.port.mk>