# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0

name                cbmbasic
version             2
revision            20081028
categories          lang
platforms           darwin freebsd linux
description         Commodore BASIC
maintainers         afb
long_description    \
This is a 100% compatible version of Commodore's version of Microsoft \
BASIC 6502 as found on the Commodore 64. You can use it in interactive \
mode or pass a BASIC file as a command line parameter.
homepage            http://www.pagetable.com/?p=48
master_sites        http://www.weihenstephan.org/~michaste/pagetable/recompiler/
distfiles           cbmbasic.zip
checksums           md5 ecd8cd832470ea85368c11d609274c31

use_zip yes
extract.mkdir yes

use_configure no
destroot {
    copy ${worksrcpath}/cbmbasic ${destroot}${prefix}/bin/
}
