diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 849ff0abfeab..4c9f498dd03d 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,71 +1,72 @@ PORTNAME= honeyd PORTVERSION= 1.5c -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= http://www.honeyd.org/uploads/ \ http://www.citi.umich.edu/u/provos/honeyd/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Simulate virtual network hosts (honeypots) WWW= http://www.citi.umich.edu/u/provos/honeyd/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= fails to compile LIB_DEPENDS= libevent.so:devel/libevent \ libdnet.so:net/libdnet \ libpcre.so:devel/pcre USES= libedit libtool shebangfix SHEBANG_FILES= scripts/*.pl scripts/snmp/*.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} EXTRA_PATCHES= ${FILESDIR}/honeyd-1.5c-libevent2.patch:-p1 .if defined(WITH_PYTHON) USES+= python CONFIGURE_ARGS+= --with-python .else CONFIGURE_ARGS+= --without-python .endif .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CPPFLAGS+= -Wno-error=int-conversion .endif .if !defined(WITH_PYTHON) pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> You can enable Python support by defining the following variable:" @${ECHO_MSG} "===> WITH_PYTHON=yes Enable Python support" @${ECHO_MSG} "===>" .endif post-configure: @${REINPLACE_CMD} -e 's|LIBS = |LIBS = -lpthread|' \ ${WRKSRC}/Makefile # Have to make this directory, the Makefile is stupid and tries to # install stuff here without making it. pre-install: @${MKDIR} ${STAGEDIR}${DATADIR}/webserver post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/snmp @cd ${WRKSRC}/scripts && \ ${INSTALL_DATA} README* INSTALL* kuang2.conf \ ${STAGEDIR}${DATADIR}/scripts && \ ${INSTALL_SCRIPT} *.pl *.sh ${STAGEDIR}${DATADIR}/scripts @cd ${WRKSRC}/scripts/snmp && \ ${INSTALL_DATA} README default.snmp *.tpl \ ${STAGEDIR}${DATADIR}/scripts/snmp && \ ${INSTALL_SCRIPT} *.pl ${STAGEDIR}${DATADIR}/scripts/snmp .include diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index 39a42122b575..4081057fdea3 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1,62 +1,62 @@ bin/honeyd bin/honeydctl bin/honeydstats bin/hsniff include/honeyd/debug.h include/honeyd/hooks.h include/honeyd/plugins.h include/honeyd/plugins_config.h lib/honeyd/libhoneyd.so -man/man1/honeydctl.1.gz -man/man8/honeyd.8.gz %%DATADIR%%/README %%DATADIR%%/config.ethernet %%DATADIR%%/config.sample %%DATADIR%%/nmap.assoc %%DATADIR%%/nmap.prints %%DATADIR%%/pf.os %%DATADIR%%/proxy %%DATADIR%%/smtp %%DATADIR%%/webserver/htdocs/config.py %%DATADIR%%/webserver/htdocs/graphs/traffic_daily.gif %%DATADIR%%/webserver/htdocs/graphs/traffic_hourly.gif %%DATADIR%%/webserver/htdocs/images/add.gif %%DATADIR%%/webserver/htdocs/images/arrow_down.gif %%DATADIR%%/webserver/htdocs/images/arrow_right.gif %%DATADIR%%/webserver/htdocs/images/delete.gif %%DATADIR%%/webserver/htdocs/images/edit.gif %%DATADIR%%/webserver/htdocs/images/google_logo.gif %%DATADIR%%/webserver/htdocs/images/logo.gif %%DATADIR%%/webserver/htdocs/index.py %%DATADIR%%/webserver/htdocs/styles/layout.css %%DATADIR%%/webserver/htdocs/templates/config_ip.tmpl %%DATADIR%%/webserver/htdocs/templates/inc/footer.tmpl %%DATADIR%%/webserver/htdocs/templates/inc/header.tmpl %%DATADIR%%/webserver/htdocs/templates/inc/main.tmpl %%DATADIR%%/webserver/htdocs/templates/inc/nav.tmpl %%DATADIR%%/webserver/htdocs/templates/index.tmpl %%DATADIR%%/webserver/htdocs/templates/status_connections.tmpl %%DATADIR%%/webserver/htdocs/templates/status_stats.tmpl %%DATADIR%%/webserver/htmltmpl.py %%DATADIR%%/webserver/server.py %%DATADIR%%/webserver/support.py %%DATADIR%%/xprobe2.conf %%DATADIR%%/scripts/snmp/README %%DATADIR%%/scripts/snmp/buildSNMPConfig.pl %%DATADIR%%/scripts/snmp/fake-snmp.pl %%DATADIR%%/scripts/snmp/default.snmp %%DATADIR%%/scripts/snmp/windows2000.snmp.tpl %%DATADIR%%/scripts/snmp/linux-2.4.snmp.tpl %%DATADIR%%/scripts/web.sh %%DATADIR%%/scripts/router-telnet.pl %%DATADIR%%/scripts/test.sh %%DATADIR%%/scripts/mydoom.pl %%DATADIR%%/scripts/README.mydoom %%DATADIR%%/scripts/cmdexe.pl %%DATADIR%%/scripts/README.cmdexe %%DATADIR%%/scripts/README.kuang2 %%DATADIR%%/scripts/INSTALL.kuang2 %%DATADIR%%/scripts/kuang2.pl %%DATADIR%%/scripts/kuang2.conf %%DATADIR%%/scripts/smtp.pl %%DATADIR%%/scripts/proxy.pl +share/man/man1/honeydctl.1.gz +share/man/man8/honeyd.8.gz