freebsd-ports/net/arpd/Makefile
2010-01-07 15:40:16 +00:00

28 lines
584 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
PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= ports@FreeBSD.org
COMMENT= A daemon to service arp replies
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
BROKEN= does not build
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= arpd.8
PLIST_FILES= sbin/arpd
.include <bsd.port.mk>