Ticket #67457: Portfile.Smalltalk-80

File Portfile.Smalltalk-80, 991 bytes (added by artkiver (グレェ), 12 months ago)

preliminary WIP Portfile for Smalltalk-80

Line 
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
3PortSystem          1.0
4PortGroup           legacysupport 1.0
5PortGroup           github 1.0
6
7github.setup        dbanay smalltalk ab6ab55
8
9categories          lang
10license             MIT
11maintainers         {@artkiver gmail.com:artkiver} openmaintainer
12
13description         By the Bluebook implementation of Smalltalk-80
14long_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
18worksrcdir          ${name}-${version}/osx
19build.target        Smalltalk
20use_configure       no
21
22checksums           rmd160  f4e207cd1e4218433544e7dcd4002d1377ac0314 \
23                    sha256  d634657bd8cca78bf45ca43d4e6b2964dc6184d68a2aca2291d1622072e60d3a \
24                    size    3434066
25
26depends_lib-append  port:libsdl2