# -*- 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 cisco ChezScheme 10.1.0 v github.tarball_from releases name chez-scheme categories lang license Apache-2 maintainers {makr @mohd-akram} \ openmaintainer description Chez Scheme long_description Chez Scheme is both a programming language and an \ implementation of that language, with supporting tools \ and documentation. homepage https://cisco.github.io/ChezScheme/ distname csv${version} checksums rmd160 c748f87ab42f84edf06ad6f4b2337de1aa205da4 \ sha256 9181a6c8c4ab5e5d32d879ff159d335a50d4f8b388611ae22a263e932c35398b \ size 9123504 depends_lib port:zlib \ port:lz4 \ port:ncurses \ port:libiconv \ port:xorg-libX11 configure.pre_args --installprefix=${prefix} configure.args --temproot=${destroot} \ --threads \ --libkernel \ LZ4=-llz4 \ ZLIB=-lz build.target