|
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 90-95
Link Here
|
| 90 |
${REINPLACE_CMD} -e 's/std:://g' \ |
92 |
${REINPLACE_CMD} -e 's/std:://g' \ |
| 91 |
${WRKSRC}/src/Orbit.cpp |
93 |
${WRKSRC}/src/Orbit.cpp |
| 92 |
|
94 |
|
|
|
95 |
post-patch-PROFILER-off: .SILENT |
| 96 |
${REINPLACE_CMD} -e '/^SUBDIRS/s/ profiler//' \ |
| 97 |
${WRKSRC}/contrib/Makefile.am |
| 98 |
${REINPLACE_CMD} -e '/libjson.a/s| \\||; /libprofiler.a/d' \ |
| 99 |
${WRKSRC}/src/Makefile.am |
| 100 |
|
| 93 |
post-patch-MODELCOMPILER-off: .SILENT |
101 |
post-patch-MODELCOMPILER-off: .SILENT |
| 94 |
${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ |
102 |
${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ |
| 95 |
${WRKSRC}/src/Makefile.am |
103 |
${WRKSRC}/src/Makefile.am |