1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/arpd/Makefile
Marcus Alves Grando 654f115b69 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
2006-12-05 13:29:01 +00:00

27 lines
560 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= 2
CATEGORIES= net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= yb@bashibuzuk.net
COMMENT= A daemon to service arp replies
LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= arpd.8
PLIST_FILES= sbin/arpd
.include <bsd.port.mk>