[73471] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Nov 14 13:24:12 PST 2010


Revision: 73471
          http://trac.macports.org/changeset/73471
Author:   ryandesign at macports.org
Date:     2010-11-14 13:24:08 -0800 (Sun, 14 Nov 2010)
Log Message:
-----------
asmotor: new port, version 0.1.0; see #27312

Added Paths:
-----------
    trunk/dports/devel/asmotor/
    trunk/dports/devel/asmotor/Portfile

Added: trunk/dports/devel/asmotor/Portfile
===================================================================
--- trunk/dports/devel/asmotor/Portfile	                        (rev 0)
+++ trunk/dports/devel/asmotor/Portfile	2010-11-14 21:24:08 UTC (rev 73471)
@@ -0,0 +1,43 @@
+# -*- 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
+
+worksrcdir          ${distname}/build/scons
+
+use_configure       no
+
+build.cmd           scons
+build.target
+build.pre_args
+build.post_args
+
+destroot.args       --prefix=${destroot}${prefix}


Property changes on: trunk/dports/devel/asmotor/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101114/f9d3765e/attachment.html>


More information about the macports-changes mailing list