# -*- 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
# $Id$

PortSystem          1.0

name                asmotor
version             0.1.0
categories          devel
platforms           darwin
maintainers         gmail.com:csoren
license             GPL-3

description         A cross assembler, linker and librarian for several CPUs.

long_description    ASMotor is a portable and generic assembler engine and \
                    development system written in ANSI C. The package \
                    consists of the assembler, the librarian and the linker. \
                    It can be used as either a cross or native development \
                    system. The assembler syntax is based on the A68k style \
                    macro language. Currently supported CPUs are the 680x0 \
                    family, 6502, MIPS32 and Gameboy.

homepage            http://code.google.com/p/asmotor/
master_sites        googlecode

distname            ${name}-${version}-src
use_bzip2           yes

checksums           sha1    e76057443e0b771892c159227ecc34da2203c2f6 \
                    rmd160  bd36cd2c317a59106b084be0cf9670ce26bc526d

depends_build       port:scons

license_noconflict  scons

worksrcdir          ${distname}/build/scons

use_configure       no

build.cmd           scons
build.target
build.pre_args
build.post_args

destroot.args       --prefix=${destroot}${prefix}