aboutsummaryrefslogtreecommitdiffstats
path: root/net/arpd/Makefile
blob: d41082cd4d2b0758360b1812630e6d61f617e96b (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
# 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>