Ticket #45640: Portfile

File Portfile, 777 bytes (added by peter@…, 9 years ago)
Line 
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
4PortSystem 1.0
5PortGroup bitbucket 1.0
6
7bitbucket.setup tari rom8x 0.3.2
8bitbucket.tarball_from downloads
9categories emulators
10platforms darwin
11license GPL
12maintainers taricorp.net:peter
13description TI-8x ROM assembler.
14long_description A tool to build ROM images for TI-83+ and 84+ calculators.
15
16checksums sha256 8e6896a91fa8e612e43bf5a06f974ad954c6dad8b8ee4f0976afc9bf6a2d18ae
17
18use_configure no
19build.args-append CC="${configure.cc}" CFLAGS="${configure.cflags} [get_canonical_archflags cc]"
20build.target rom8x
21destroot.cmd install
22destroot.pre_args
23destroot.args rom8x ${destroot}${prefix}/bin
24destroot.post_args
25
26variant universal {}