pkgsrc/lang/cbmbasic/Makefile
sjmulder 998dd79742 Add lang/cbmbasic, a Commodore BASIC interpreter
Imported from wip.

"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 it
in interactive mode or pass a BASIC file as a command line parameter.

cbmbasic does not emulate 6502 code; all code is completely native. On a
1 GHz CPU you get about 1000x speed compared to a 1 MHz 6502.
2019-07-08 06:46:22 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/07/08 06:46:22 sjmulder Exp $
DISTNAME= cbmbasic-0.0.20141206
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=mist64/}
GITHUB_TAG= 89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6
MAINTAINER= sjmulder@NetBSD.org
HOMEPAGE= https://github.com/mist64/cbmbasic/
COMMENT= Portable implementation of Commodore BASIC
LICENSE= 2-clause-bsd
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${DESTDIR}${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"