Ticket #27312: Portfile

File Portfile, 1.5 KB (added by csoren@…, 13 years ago)

Portfile for asmotor

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:ts=4:sts=4
2# $Id: $
3PortSystem        1.0
4name              asmotor
5version           0.1.0
6categories        devel
7platforms         darwin
8maintainers       gmail.com:csoren
9description       A cross assembler, linker and librarian for several CPUs.
10long_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.
16homepage          http://code.google.com/p/asmotor/
17master_sites      http://asmotor.googlecode.com/files/
18distfiles         asmotor-0.1.0-src.tar.bz2
19checksums         md5 d1d62c325a0c6872fd64075d8d7dfcfa \
20                  sha1 e76057443e0b771892c159227ecc34da2203c2f6 \
21                  rmd160 bd36cd2c317a59106b084be0cf9670ce26bc526d
22depends_build     port:scons
23worksrcdir        asmotor-0.1.0-src/build/scons
24extract.cmd       bunzip2
25configure {
26}
27build.cmd         scons
28build.target     
29build.pre_args   
30build.post_args   
31destroot.cmd      scons
32destroot.target   install
33destroot.args     --prefix=${destroot}/${prefix}