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:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | PortSystem 1.0 |
---|
4 | name asmotor |
---|
5 | version 0.1.0 |
---|
6 | categories devel |
---|
7 | platforms darwin |
---|
8 | maintainers gmail.com:csoren |
---|
9 | description A cross assembler, linker and librarian for several CPUs. |
---|
10 | long_description ASMotor is a portable and generic assembler engine and development system\ |
---|
11 | written in ANSI C and licensed under the GNU Public License v3. The package\ |
---|
12 | consists of the assembler, the librarian and the linker. It can be used as\ |
---|
13 | either a cross or native development system.\ |
---|
14 | The assembler syntax is based on the A68k style macro language.\ |
---|
15 | Currently supported CPUs are the 680x0 family, 6502, MIPS32 and Gameboy. |
---|
16 | homepage http://code.google.com/p/asmotor/ |
---|
17 | master_sites http://asmotor.googlecode.com/files/ |
---|
18 | distfiles asmotor-0.1.0-src.tar.bz2 |
---|
19 | checksums md5 d1d62c325a0c6872fd64075d8d7dfcfa \ |
---|
20 | sha1 e76057443e0b771892c159227ecc34da2203c2f6 \ |
---|
21 | rmd160 bd36cd2c317a59106b084be0cf9670ce26bc526d |
---|
22 | depends_build port:scons |
---|
23 | worksrcdir asmotor-0.1.0-src/build/scons |
---|
24 | extract.cmd bunzip2 |
---|
25 | configure { |
---|
26 | } |
---|
27 | build.cmd scons |
---|
28 | build.target |
---|
29 | build.pre_args |
---|
30 | build.post_args |
---|
31 | destroot.cmd scons |
---|
32 | destroot.target install |
---|
33 | destroot.args --prefix=${destroot}/${prefix} |
---|