diff options
-rw-r--r-- | net/honeyd/Makefile | 7 | ||||
-rw-r--r-- | net/honeyd/distinfo | 2 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 6 |
3 files changed, 10 insertions, 5 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> diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 939918b289a0..60dd6ee5e327 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1 +1 @@ -MD5 (honeyd-0.5.tar.gz) = 3aec5101f44ef21b29c213496d92c1c1 +MD5 (honeyd-0.6a.tar.gz) = d8743bde540db637a7cd7a19214a8265 diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index d61651edef4a..56154c83f2a2 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1,4 +1,8 @@ bin/honeyd +include/honeyd/hooks.h +include/honeyd/plugins.h +include/honeyd/plugins_config.h +include/honeyd/debug.h share/honeyd/README share/honeyd/nmap.assoc share/honeyd/nmap.prints @@ -7,4 +11,4 @@ share/honeyd/config.sample @dirrm share/honeyd lib/honeyd/libhoneyd.so @dirrm lib/honeyd - +@dirrm include/honeyd |