Ticket #22134: Portfile

File Portfile, 1.1 KB (added by mark@…, 15 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
5
6name                            blassic
7
8version                         0.10.0
9
10categories                      lang
11
12maintainers                     nomaintainer@macports.org
13
14description                     Blassic is a classic Basic interpreter
15
16long_description                Blassic is a classic Basic interpreter. The line numbers are \
17                                        mandatory, and it has PEEK & POKE.  The main goal is \
18                                        to execute programs written in old interpreters, \
19                                        ven those that use peculiar control flow constructs or \
20                                        automodifiable code. However, it can be used as a scripting language, \
21                                        and has some not-so-classic instructions. It has graphics modes that are \
22                                        compatible with some classic systems and user defined.
23
24homepage                        http://blassic.org/
25
26platforms                       darwin
27
28master_sites                    http://blassic.org/bin/ 
29
30distfiles                       ${name}-${version}.tgz
31
32checksums                       md5 f4d66a339c55cb08fdc00cd9db8001c2 \
33                                sha1 6bb8237c96cb84df8eae8754ca621a76e1d0956f \
34                                rmd160 006df2c2ca25499050a2f7c9e711f07e57475fb2
35
36configure.args                  --prefix=${prefix} \
37                                --disable-graphics
38
39