11253e54cd
Blassic is a classic Basic interpreter. The line numbers are mandatory, and it has PEEK & POKE. The main goal is to execute programs written in old interpreters, even those that use peculiar control flow constructs or automodifiable code. However, it can be used as a scripting language, and has some not-so-classic instructions. It has graphics modes that are compatible with some classic systems and user defined.
17 lines
428 B
Makefile
17 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.1.1.2 2003/12/13 19:49:34 ivaniclixx Exp $
|
|
#
|
|
|
|
DISTNAME= blassic-0.7.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.arrakis.es/~ninsesabe/blassic/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ivaniclixx@terra.es
|
|
HOMEPAGE= http://www.arrakis.es/~ninsesabe/blassic/
|
|
COMMENT= Blassic is a classic Basic interpreter
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|