diff options
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 5be1bfd8a6ef..206f0f7f2520 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,21 +6,22 @@ # PORTNAME= honeyd -PORTVERSION= 0.5 +PORTVERSION= 0.6a CATEGORIES= net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yb@sainte-barbe.org 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap +INSTALLS_SHLIB= yes MAN8= honeyd.8 .include <bsd.port.mk> |