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

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

name                yabasic
epoch               1
version             2.86.7
revision            1
categories          lang
platforms           darwin
license             MIT
maintainers         nomaintainer
description         yet another basic language
long_description    Yabasic implements the most common and simple elements \
                    of the basic language. It comes with goto/gosub, with \
                    various loops, with user defined subroutines and Libraries. \
                    Yabasic does monochrome line graphics and printing.

homepage            http://www.yabasic.de/
master_sites        ${homepage}/download/
checksums           rmd160 40368320d20971acd3f9b08439003035d6f9b6e2 \
                    sha256 e3871f293e82d82861b9c884b2745038d164d6c38e436aed61b5d6cfd7256c23 \
                    size 711695

depends_build       port:pkgconfig

depends_lib         port:xorg-libsm \
                    port:xorg-libX11 \
                    port:xorg-libXt \
                    port:libffi

configure.args      --mandir=${prefix}/share/man

