aboutsummaryrefslogtreecommitdiff
path: root/editors/turbo/Makefile
blob: 7c6c24f8769603b6e987e3f3275b7db239006ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	turbo
PORTVERSION=	g20230621
CATEGORIES=	editors

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Text editor based on Scintilla and Turbo Vision
WWW=		https://github.com/magiblot/turbo

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USES=		cmake compiler:c++17-lang
USE_GITHUB=	yes

GH_ACCOUNT=	magiblot
GH_PROJECT=	tvision:tv
GH_TAGNAME=	45a02f7 92177cb:tv
GH_SUBDIR=	deps/tvision:tv

.include <bsd.port.mk>