diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-04-13 00:30:31 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-04-13 00:30:31 +0800 |
commit | 8e12e49123abd2c8577878bc5055c8d169f17088 (patch) | |
tree | bbc6b71f25e2015bd48526bc0dffbaef15d2b2be /net/honeyd/Makefile | |
parent | 979cdafd8c99721e392e089fd2b9da8942595749 (diff) | |
download | freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.tar.gz freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.tar.zst freebsd-ports-gnome-8e12e49123abd2c8577878bc5055c8d169f17088.zip |
MAINTAINER update: honeyd v0.5
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index be6a18430c6c..5cc7d5240f07 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= honeyd -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ +MASTER_SITES= http://niels.xtdnet.nl/honeyd/ MAINTAINER= d.marks@student.umist.ac.uk COMMENT= A utility to simualte services and hosts on a virtual network host @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap |