freebsd-ports/net/arpd/Makefile
Kirill Ponomarev 1c7189de36 - Update to version 0.2
- Change MASTER_SITES
- Give maintainership to submitter

PR:		57108
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2003-09-26 07:49:36 +00:00

26 lines
686 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
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= arpd.8
.include <bsd.port.mk>