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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | name chez-scheme |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | supported_archs i386 x86_64 |
---|
10 | license Apache-2 |
---|
11 | maintainers outlook.com:mohd.akram openmaintainer |
---|
12 | |
---|
13 | description Chez Scheme |
---|
14 | |
---|
15 | long_description Chez Scheme is both a programming language and an \ |
---|
16 | implementation of that language, with supporting tools \ |
---|
17 | and documentation. |
---|
18 | |
---|
19 | homepage https://cisco.github.io/ChezScheme/ |
---|
20 | |
---|
21 | github.setup cisco ChezScheme 9.4 v |
---|
22 | github.tarball_from tags |
---|
23 | |
---|
24 | checksums rmd160 7d2e07c85d13a9f6852b34a2a788394bf959097c \ |
---|
25 | sha256 7b78a497af2498c84ccc3c0b06f25ea2466815cf6ecbb4ca2a6f58bfca7d704d |
---|
26 | |
---|
27 | depends_build bin:curl:curl |
---|
28 | depends_lib port:libiconv port:ncurses port:xorg-libX11 port:zlib |
---|
29 | |
---|
30 | patchfiles patch-configure.diff \ |
---|
31 | patch-c-Mf-base.diff \ |
---|
32 | patch-c-Mf-ti3osx.diff \ |
---|
33 | patch-c-Mf-ta6osx.diff |
---|
34 | |
---|
35 | configure.pre_args --installprefix=${prefix} |
---|
36 | configure.args --temproot=${destroot} \ |
---|
37 | --threads |
---|
38 | |
---|
39 | build.target |
---|