mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
adb93122cb
For ports that already use the licenses framwork, merge the content of RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs. Approved by: rene Differential Revision: https://reviews.freebsd.org/D30010
24 lines
454 B
Makefile
24 lines
454 B
Makefile
PORTNAME= cbmbasic
|
|
PORTVERSION= 20180708
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Portable version of Commodore 64 BASIC
|
|
|
|
LICENSE= BSD NONE
|
|
# Not really sure about the legal status
|
|
LICENSE_COMB= multi
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mist64
|
|
GH_TAGNAME= 89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6
|
|
|
|
CFLAGS+= -fcommon
|
|
|
|
PLIST_FILES= bin/cbmbasic
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|