View | Details | Raw Unified | Return to bug 59727
Collapse All | Expand All

(-)/home/yb/tmp/ports/net/honeyd/Makefile (-1 / +20 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	honeyd
8
PORTNAME=	honeyd
9
PORTVERSION=	0.6a
9
PORTVERSION=	0.7
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://niels.xtdnet.nl/honeyd/
11
MASTER_SITES=	http://niels.xtdnet.nl/honeyd/
12
12
Lines 16-27 Link Here
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
17
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
17
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
18
18
19
USE_PYTHON=	yes
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
22
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
22
		--with-libevent=${LOCALBASE} \
23
		--with-libevent=${LOCALBASE} \
23
		--with-pcap
24
		--with-pcap
24
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
26
USE_REINPLACE=	yes
27
28
post-configure:
29
	@${REINPLACE_CMD} -e 's|LIBS = |LIBS = ${PTHREAD_LIBS}|' \
30
	${WRKSRC}/Makefile
31
32
post-install:
33
	@${MKDIR} ${DATADIR}/scripts/snmp
34
.for FILES in proxy.pl router-telnet.pl smtp.pl test.sh web.sh
35
	@${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILES} \
36
	${DATADIR}/scripts
37
.endfor
38
.for FILES in README buildSNMPConfig.pl default.snmp fake-snmp.pl \
39
linux-2.4.snmp.tpl windows2000.snmp.tpl
40
	@${INSTALL_DATA} ${WRKSRC}/scripts/snmp/${FILES} \
41
	${DATADIR}/scripts/snmp
42
.endfor
43
25
MAN8=		honeyd.8
44
MAN8=		honeyd.8
26
45
27
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)/home/yb/tmp/ports/net/honeyd/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (honeyd-0.6a.tar.gz) = d8743bde540db637a7cd7a19214a8265
1
MD5 (honeyd-0.7.tar.gz) = d05e112d513d0a1ce7b39cded9b0aba5
(-)/home/yb/tmp/ports/net/honeyd/pkg-plist (-6 / +20 lines)
Lines 3-14 Link Here
3
include/honeyd/plugins.h
3
include/honeyd/plugins.h
4
include/honeyd/plugins_config.h
4
include/honeyd/plugins_config.h
5
include/honeyd/debug.h
5
include/honeyd/debug.h
6
share/honeyd/README
6
%%DATADIR%%/README
7
share/honeyd/nmap.assoc
7
%%DATADIR%%/nmap.assoc
8
share/honeyd/nmap.prints
8
%%DATADIR%%/nmap.prints
9
share/honeyd/xprobe2.conf
9
%%DATADIR%%/xprobe2.conf
10
share/honeyd/config.sample
10
%%DATADIR%%/config.sample
11
@dirrm share/honeyd
11
%%DATADIR%%/pf.os
12
%%DATADIR%%/scripts/proxy.pl
13
%%DATADIR%%/scripts/router-telnet.pl
14
%%DATADIR%%/scripts/smtp.pl
15
%%DATADIR%%/scripts/test.sh
16
%%DATADIR%%/scripts/web.sh
17
%%DATADIR%%/scripts/snmp/README
18
%%DATADIR%%/scripts/snmp/buildSNMPConfig.pl
19
%%DATADIR%%/scripts/snmp/default.snmp
20
%%DATADIR%%/scripts/snmp/fake-snmp.pl
21
%%DATADIR%%/scripts/snmp/linux-2.4.snmp.tpl
22
%%DATADIR%%/scripts/snmp/windows2000.snmp.tpl
23
@dirrm %%DATADIR%%/scripts/snmp
24
@dirrm %%DATADIR%%/scripts
25
@dirrm %%DATADIR%%
12
lib/honeyd/libhoneyd.so
26
lib/honeyd/libhoneyd.so
13
@dirrm lib/honeyd
27
@dirrm lib/honeyd
14
@dirrm include/honeyd
28
@dirrm include/honeyd

Return to bug 59727