Ticket #27985: Portfile

File Portfile, 1.1 KB (added by jking+macports@…, 13 years ago)
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: Portfile 74688 2010-12-28 19:53:32Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                obc
7version             2.9.1
8revision            2
9categories          lang
10platforms           darwin
11maintainers         deadpixi.com:jking
12supported_archs     i386 ppc
13
14description         Oxford Oberon 2 Compiler
15
16long_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
20homepage            http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler
21master_sites        http://spivey.oriel.ox.ac.uk/wiki/resources/sw/
22
23checksums           sha1    4cc81fa256bd1ed9166b8746f1a52a003e3ed347 \
24                    rmd160  5d2a24f29240b2f59c44d6327795e38e9cc75437
25
26depends_skip_archcheck ocaml
27depends_build          port:ocaml port:pkgconfig
28
29patchfiles          patch-destdir.diff
30
31use_parallel_build  no
32universal_variant   no
33
34configure.args      --disable-debugger