Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/comms/cutecom/Makefile
16123 views
# Created by: Markus Brueffer <[email protected]>

PORTNAME=		cutecom
DISTVERSION=		0.51.0
PORTREVISION=	1
CATEGORIES=		comms

MAINTAINER=	[email protected]
COMMENT=	Graphical serial terminal for embedded programming

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	lsz:comms/lrzsz

USES=		cmake compiler:c++11-lang qt:5
USE_QT=		buildtools_build core gui network qmake_build serialport widgets
USE_GITLAB=	yes

GL_COMMIT=	cce2e5ec01df09ca4b05f055f21942e0de7eb7dd

PLIST_FILES=	bin/cutecom

.include <bsd.port.mk>