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

name                rexx
conflicts           oorexx
version             3.9.6
revision            0
categories          lang
maintainers         gmail.com:yoav.nir
license             LGPL

description         Regina Rexx is an interpreter for the Rexx language

long_description    Regina is an implementation of the 1996 ANSI Standard for \
                    the Rexx language. Rexx is designed to be an easily \
                    readable, but powerful scripting and embedded macro \
                    language.

homepage            http://regina-rexx.sourceforge.net/
master_sites        sourceforge:project/regina-rexx/regina-rexx/${version}/
distname            regina-rexx-${version}

checksums           rmd160  5f0b878e9722eb43f0478029b29db08dc6032d26 \
                    sha256  ed98c7a7f1d5a4148b02fef1b16aee4a6a6d8658d01a80cf5c503015ef01afa5 \
                    size    2705800

patchfiles          patch-configure.diff

configure.args      --without-arch

use_parallel_build  no

post-destroot {
    delete ${destroot}${prefix}/etc
}
