1 | # -*_ coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset:4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:tw=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup bitbucket 1.0 |
---|
6 | |
---|
7 | bitbucket.setup tari rom8x 0.3.2 |
---|
8 | bitbucket.tarball_from downloads |
---|
9 | categories emulators |
---|
10 | platforms darwin |
---|
11 | license GPL |
---|
12 | maintainers taricorp.net:peter |
---|
13 | description TI-8x ROM assembler. |
---|
14 | long_description A tool to build ROM images for TI-83+ and 84+ calculators. |
---|
15 | |
---|
16 | checksums sha256 8e6896a91fa8e612e43bf5a06f974ad954c6dad8b8ee4f0976afc9bf6a2d18ae |
---|
17 | |
---|
18 | use_configure no |
---|
19 | build.args-append CC="${configure.cc}" CFLAGS="${configure.cflags} [get_canonical_archflags cc]" |
---|
20 | build.target rom8x |
---|
21 | destroot.cmd install |
---|
22 | destroot.pre_args |
---|
23 | destroot.args rom8x ${destroot}${prefix}/bin |
---|
24 | destroot.post_args |
---|
25 | |
---|
26 | variant universal {} |
---|