summaryrefslogtreecommitdiff
path: root/net/honeyd/Makefile
blob: ecc3699b7673f564a76932a36b0214aa38bf3471 (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
27
28
29
30
# New ports collection makefile for:	honeyd
# Date created:				16/04/2002
# Whom:				Dominic Marks <d.marks@student.umist.ac.uk>
#
# $FreeBSD$
#

PORTNAME=	honeyd
PORTVERSION=	0.3
CATEGORIES=	net
MASTER_SITES=	http://www.citi.umich.edu/u/provos/honeyd/

MAINTAINER=	d.marks@student.umist.ac.uk
COMMENT=	A utility to simualte services and hosts on a virtual network host

BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
		--with-libevent=${LOCALBASE} \
		--with-pcap
WRKSRC=		${WRKDIR}/${PORTNAME}
MAN8=		honeyd.8

# This is necessary to keep auto* from running.
pre-configure:
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}

.include <bsd.port.mk>