# -*- 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

PortSystem          1.0
PortGroup           github 1.0

github.setup        Spivoxity obc-3 3.3.0 rel-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                obc
revision            0
categories          lang
maintainers         nomaintainer
license             BSD

description         Oxford Oberon 3 Compiler

long_description    The Oxford Oberon 3 Compiler is a powerful and easy \
                    to use implementation of the Oberon 3 programming language \
                    designed by Niklaus Wirth.

homepage            http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler

checksums           rmd160  70f2378196c6a7f21b6aecaf6a6fcfc7353d853f \
                    sha256  25b6de0f2f5350da66f2d7f1bd7510b1266654abf2140a8a0aeb5cc2d71da8b7 \
                    size    931466

depends_build       port:autoconf \
                    port:automake \
                    port:libtool \
                    port:pkgconfig \
                    port:ocaml

depends_skip_archcheck ocaml

use_autoreconf      yes

patchfiles          patch-destdir.diff

use_parallel_build  no
universal_variant   no

configure.args      --disable-debugger
