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: Portfile 74688 2010-12-28 19:53:32Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name obc |
---|
7 | version 2.9.1 |
---|
8 | revision 2 |
---|
9 | categories lang |
---|
10 | platforms darwin |
---|
11 | maintainers deadpixi.com:jking |
---|
12 | supported_archs i386 ppc |
---|
13 | |
---|
14 | description Oxford Oberon 2 Compiler |
---|
15 | |
---|
16 | long_description The Oxford Oberon 2 Compiler is a powerful and easy to \ |
---|
17 | use implementation of the Oberon 2 programming language \ |
---|
18 | designed by Niklaus Wirth. |
---|
19 | |
---|
20 | homepage http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler |
---|
21 | master_sites http://spivey.oriel.ox.ac.uk/wiki/resources/sw/ |
---|
22 | |
---|
23 | checksums sha1 4cc81fa256bd1ed9166b8746f1a52a003e3ed347 \ |
---|
24 | rmd160 5d2a24f29240b2f59c44d6327795e38e9cc75437 |
---|
25 | |
---|
26 | depends_skip_archcheck ocaml |
---|
27 | depends_build port:ocaml port:pkgconfig |
---|
28 | |
---|
29 | patchfiles patch-destdir.diff |
---|
30 | |
---|
31 | use_parallel_build no |
---|
32 | universal_variant no |
---|
33 | |
---|
34 | configure.args --disable-debugger |
---|