1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name obc |
---|
6 | version 2.8.4 |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | maintainers deadpixi:jking |
---|
10 | description Oxford Oberon 2 Compiler |
---|
11 | long_description The Oxford Oberon 2 Compiler is a powerful and easy to \ |
---|
12 | use implementation of the Oberon 2 programming language \ |
---|
13 | designed by Niklaus Wirth. |
---|
14 | homepage http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler |
---|
15 | master_sites http://spivey.oriel.ox.ac.uk/wiki/resources/sw/ |
---|
16 | |
---|
17 | checksums sha1 cf33dc556d8c908c6f2189270e0a7e36821fc39d \ |
---|
18 | rmd160 ac6b99d444cb86f3f58740491bb4a66e4a3280c8 |
---|
19 | |
---|
20 | depends_skip_archcheck ocaml |
---|
21 | depends_build port:ocaml |
---|
22 | |
---|
23 | patchfiles patch-destdir.diff |
---|
24 | |
---|
25 | use_parallel_build no |
---|
26 | universal_variant no |
---|
27 | |
---|
28 | supported_archs i386 |
---|
29 | configure.args --disable-jit \ |
---|
30 | --disable-debugger |
---|