24 | | |
| 26 | 84a85,88 |
| 27 | > variant tools description {compile and install the mame tools like chdman and others} { |
| 28 | > build.args-append TOOLS=1 |
| 29 | > } |
| 30 | > |
| 31 | 86a91,111 |
| 32 | > xinstall ${worksrcpath}/docs/man/mame.6 ${destroot}${prefix}/share/man/man6 |
| 33 | > |
| 34 | > if {[variant_isset tools]} { |
| 35 | > xinstall ${worksrcpath}/castool \ |
| 36 | > ${worksrcpath}/chdman \ |
| 37 | > ${worksrcpath}/floptool \ |
| 38 | > ${worksrcpath}/imgtool \ |
| 39 | > ${worksrcpath}/jedutil \ |
| 40 | > ${worksrcpath}/ldresample \ |
| 41 | > ${worksrcpath}/ldverify \ |
| 42 | > ${worksrcpath}/romcmp ${destroot}${prefix}/bin |
| 43 | > |
| 44 | > xinstall ${worksrcpath}/docs/man/castool.1 \ |
| 45 | > ${worksrcpath}/docs/man/chdman.1 \ |
| 46 | > ${worksrcpath}/docs/man/floptool.1 \ |
| 47 | > ${worksrcpath}/docs/man/imgtool.1 \ |
| 48 | > ${worksrcpath}/docs/man/jedutil.1 \ |
| 49 | > ${worksrcpath}/docs/man/ldresample.1 \ |
| 50 | > ${worksrcpath}/docs/man/ldverify.1 \ |
| 51 | > ${worksrcpath}/docs/man/romcmp.1 ${destroot}${prefix}/share/man/man1 |
| 52 | > } |