1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/arpd/Makefile
Kris Kennaway b0beeb0ee6 BROKEN by libevent update: Does not link
Approved by:	portmgr (self)
2005-01-02 01:50:32 +00:00

30 lines
746 B
Makefile

# Ports collection makefile for: arpd
# Date created: 16/04/2002
# Whom: Dominic Marks <dominic_marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= arpd
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= yb@sainte-barbe.org
COMMENT= A daemon to service arp replies
BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent
RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
BROKEN= Broken by libevent update
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= arpd.8
PLIST_FILES= sbin/arpd
.include <bsd.port.mk>