freebsd-ports/net/honeyd/Makefile
Patrick Li bce08e2ae1 - Update to 0.3
- Fix typo in maintainer email address
- Also use LOCALBASE to pass to configure the location of dependencies
  instead of PREFIX

PR:		ports/41563
Submitted by:	maintainer
2002-08-12 06:33:14 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: honeyd
# Date created: 16/04/2002
# Whom: Dominic Marks <dominic_marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= honeyd
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
MAINTAINER= dominic_marks@btinternet.com
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>