blob: a262573bfbd9b3465d6267628b1310207752d5b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= cbmbasic
PORTVERSION= 20180708
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= 89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6
CFLAGS+= -fcommon
PLIST_FILES= bin/cbmbasic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|