ports/lang/tcbasic/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
327 B
Makefile

PORTNAME= tcbasic
PORTVERSION= 2.2.0
CATEGORIES= lang
MASTER_SITES= https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= linuxgeek@gmail.com
COMMENT= Small BASIC Interpreter written in C
LICENSE= GPLv3
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcbasic man/man1/tcbasic.1.gz
.include <bsd.port.mk>