Files
ports/sysutils/tvterm/Makefile
T
gatekeeper 5602f7c33d sysutils/tvterm: New port: Terminal emulator powered by Turbo Vision
Some alterations and additions were made to the original submission.

PR:		285642
2025-03-27 22:55:19 -07:00

26 lines
503 B
Makefile

PORTNAME= tvterm
PORTVERSION= g20250324
CATEGORIES= sysutils
MAINTAINER= tiago.gasiba@gmail.com
COMMENT= Terminal emulator powered by Turbo Vision
WWW= https://github.com/magiblot/tvterm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libvterm.so:devel/libvterm
USES= cmake ncurses
USE_GITHUB= yes
GH_ACCOUNT= magiblot
GH_PROJECT= tvision:tv
GH_SUBDIR= deps/tvision:tv
GH_TAGNAME= feedbf7 d9bc009:tv
CMAKE_ON= TVTERM_USE_SYSTEM_LIBVTERM \
BUILD_SHARED_LIBS
.include <bsd.port.mk>