ports/comms/cutecom/Makefile
Jason W. Bacon a706669299 comms/cutecom: Update to 0.60.0-RC1
Switches to Qt6

PR:             289554
Reported by:    diizzy
2025-09-14 15:00:28 -05:00

23 lines
466 B
Makefile

PORTNAME= cutecom
DISTVERSION= 0.60.0
DISTVERSIONSUFFIX= -RC1
CATEGORIES= comms
MAINTAINER= jwb@FreeBSD.org
COMMENT= Graphical serial terminal for embedded programming
WWW= https://gitlab.com/cutecom/cutecom
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= lsz:comms/lrzsz
USES= desktop-file-utils cmake compiler:c++11-lang gl qt:6
USE_GL= gl
USE_QT= base serialport tools:build
USE_GITLAB= yes
GL_TAGNAME= v0.60.0-RC1
.include <bsd.port.mk>