1 | #lt -*- 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 legacysupport 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup dbanay smalltalk ab6ab55 |
---|
8 | |
---|
9 | categories lang |
---|
10 | license MIT |
---|
11 | maintainers {@artkiver gmail.com:artkiver} openmaintainer |
---|
12 | |
---|
13 | description By the Bluebook implementation of Smalltalk-80 |
---|
14 | long_description Welcome to my "by the Bluebook" C++ implementation \ |
---|
15 | of the Smalltalk-80 system that runs on OS X, Windows, \ |
---|
16 | Linux, OpenBSD, and FreeBSD! |
---|
17 | |
---|
18 | worksrcdir ${name}-${version}/osx |
---|
19 | build.target Smalltalk |
---|
20 | use_configure no |
---|
21 | |
---|
22 | checksums rmd160 f4e207cd1e4218433544e7dcd4002d1377ac0314 \ |
---|
23 | sha256 d634657bd8cca78bf45ca43d4e6b2964dc6184d68a2aca2291d1622072e60d3a \ |
---|
24 | size 3434066 |
---|
25 | |
---|
26 | depends_lib-append port:libsdl2 |
---|