Ticket #21505: Portfile

File Portfile, 1.2 KB (added by ts@…, 15 years ago)

compiling oorexx on snow leopard

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4; -*-
2# $Id: Portfile 48920 2009-03-31 11:28:38Z ryandesign@macports.org $
3# vim: set fileencoding=utf-8 tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
4
5PortSystem              1.0
6
7name                                    oorexx
8version                                 3.2.0
9categories                              lang
10platforms                               darwin
11maintainers                             krischik
12description                             Open Object Rexx is an interpreter for the Rexx language
13long_description                ooRexx is an object orientated extension to                     \
14                                                the Rexx language. Rexx is designed to be an easily \
15                                                readable, but powerful scripting and embedded macro \
16                                                language.
17
18universal_variant no
19
20# Force 32-bit, inline-asm
21if {$build_arch == "x86_64"} {
22     configure.build_arch i386   
23} elseif {$build_arch == "ppc64"} {
24    configure.build_arch ppc
25}
26
27homepage                                http://oorexx.sourceforge.net/
28master_sites                    sourceforge:oorexx
29distname                                ooRexx-${version}
30use_parallel_build              yes
31build.args                              --jobs=${build.jobs}
32
33checksums                               md5     4a3220466acd13028311e3498efb306a                        \
34                                                sha1    d21dbc130cd38831cdc35c38d889defa97cfef82        \
35                                                rmd160  3f1c08611eb24b05b2657a9de9da583a0699e1b8
36