1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/lang/cbmbasic/Makefile
Edward Tomasz Napierala efbda4e545 Commodore BASIC (cbmbasic) is a 100% compatible version of Commodore's
version of Microsoft BASIC 6502 as found on the Commodore 64.

You can use cbmbasic in interactive mode by just running the binary
without parameters, or you can specify an ASCII-encoded BASIC program
on the command line. You can also use cbmbasic as a UNIX scripting
language by adding a hashbang line to your BASIC program and making
it executable.

WWW: https://github.com/mist64/cbmbasic

Submitted by:	trasz@FreeBSD.org
2018-07-09 19:35:33 +00:00

24 lines
434 B
Makefile

# $FreeBSD$
PORTNAME= cbmbasic
PORTVERSION= 20180708
CATEGORIES= lang
MAINTAINER= trasz@FreeBSD.org
COMMENT= Portable version of Commodore 64 BASIC
LICENSE= BSD
RESTRICTED= Not really sure about the legal status
USE_GITHUB= yes
GH_ACCOUNT= mist64
GH_TAGNAME= 89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6
PLIST_FILES= bin/cbmbasic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>