mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
18c719469f
PR: 277709 Reported by: mew14930xvi <mew14930xvi@inbox.lv>
25 lines
462 B
Makefile
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>
|