1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/lang/cbmbasic/Makefile
MANTANI Nobutaka 18c719469f lang/cbmbasic: Update to 20221219
PR:		277709
Reported by:	mew14930xvi <mew14930xvi@inbox.lv>
2024-03-17 22:17:56 +09:00

25 lines
462 B
Makefile

PORTNAME= cbmbasic
PORTVERSION= 20221219
CATEGORIES= lang
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable version of Commodore 64 BASIC
WWW= https://github.com/mist64/cbmbasic
LICENSE= BSD NONE
# Not really sure about the legal status
LICENSE_COMB= multi
USE_GITHUB= yes
GH_ACCOUNT= mist64
GH_TAGNAME= 352a313
CFLAGS+= -fcommon
PLIST_FILES= bin/cbmbasic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>