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

(-)Makefile (+11 lines)
Lines 27-34 Link Here
27
		"" "dosbox" \
27
		"" "dosbox" \
28
		"System;Emulator;" "true"
28
		"System;Emulator;" "true"
29
29
30
OPTIONS_RADIO=	DEBUGGER
31
OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY
32
DEBUGGER_ENABLE_DESC=Enable internal debugger
33
DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features
34
30
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
31
36
37
.if ${PORT_OPTIONS:MDEBUGGER_ENABLE}
38
CONFIGURE_ARGS+=	--enable-debug=yes
39
.elif ${PORT_OPTIONS:MDEBUGGER_HEAVY}
40
CONFIGURE_ARGS+=	--enable-debug=heavy
41
.endif
42
32
post-patch:
43
post-patch:
33
	@${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \
44
	@${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \
34
		${WRKSRC}/docs/dosbox.1
45
		${WRKSRC}/docs/dosbox.1

Return to bug 179924