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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name ChezScheme |
---|
6 | version 9.4 |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | maintainers openmaintainer \ |
---|
10 | gmail.com:watsonbladd |
---|
11 | distfiles v9.4.tar.gz |
---|
12 | master_sites https://github.com/cisco/ChezScheme/archive/ |
---|
13 | |
---|
14 | |
---|
15 | description A Scheme compiler |
---|
16 | |
---|
17 | long_description A Scheme implementation from Cisco with multithreading \ |
---|
18 | advanced debugging features, a very pleasant REPL, and \ |
---|
19 | extensive FFI support. |
---|
20 | |
---|
21 | homepage https://cisco.github.io/ChezScheme/ |
---|
22 | checksums rmd160 6162cde0b929a03bcc1984f83f0e63554018cc53 \ |
---|
23 | sha256 9f4e6fe737300878c3c9ca6ed09ed97fc2edbf40e4cf37bd61f48a27f5adf952 |
---|
24 | |
---|
25 | configure.pre_args |
---|
26 | configure.args --installprefix=${prefix} \ |
---|
27 | --temproot=${destroot} \ |
---|
28 | --threads |
---|
29 | |
---|
30 | build.target-delete all |
---|