Ticket #51863: Portfile.2

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