View | Details | Raw Unified | Return to bug 207559 | Differences between
and this patch

Collapse All | Expand All

(-)pioneer/Makefile (-1 / +9 lines)
Lines 63-72 Link Here
63
SUB_FILES=	pkg-message
63
SUB_FILES=	pkg-message
64
SUB_LIST=	QUICKSTART_PATH="${QUICKSTART_PATH}"
64
SUB_LIST=	QUICKSTART_PATH="${QUICKSTART_PATH}"
65
65
66
OPTIONS_DEFINE=		DOCS MODELCOMPILER
66
OPTIONS_DEFINE=		DOCS MODELCOMPILER PROFILER
67
OPTIONS_DEFAULT=	MODELCOMPILER
67
OPTIONS_DEFAULT=	MODELCOMPILER
68
MODELCOMPILER_DESC=	Build/install modelcompiler tool
68
MODELCOMPILER_DESC=	Build/install modelcompiler tool
69
MODELCOMPILER_PLIST_FILES=	bin/${PORTNAME}-modelcompiler
69
MODELCOMPILER_PLIST_FILES=	bin/${PORTNAME}-modelcompiler
70
PROFILER_DESC=		Build with internal profiler
71
PROFILER_CONFIGURE_ENABLE=	profiler
70
72
71
.include <bsd.port.options.mk>
73
.include <bsd.port.options.mk>
72
74
Lines 94-99 Link Here
94
	${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
96
	${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
95
		${WRKSRC}/src/Makefile.am
97
		${WRKSRC}/src/Makefile.am
96
98
99
post-patch-PROFILER-off: .SILENT
100
	${REINPLACE_CMD} -e '/^SUBDIRS/s/ profiler//' \
101
		${WRKSRC}/contrib/Makefile.am
102
	${REINPLACE_CMD} -e '/libjson.a/s| \\||; /libprofiler.a/d' \
103
		${WRKSRC}/src/Makefile.am
104
97
post-install:
105
post-install:
98
	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
106
	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
99
	${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \
107
	${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \

Return to bug 207559