Ticket #51863: Portfile

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