freebsd-ports/comms/cutecom/Makefile
Jason W. Bacon ae32150e26 comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0
Upstream has moved to Gitlab

PR:             235043
Reported by:    Piotr Kubaj
2019-01-20 14:00:42 +00:00

24 lines
522 B
Makefile

# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
PORTNAME= cutecom
DISTVERSION= 0.51.0
CATEGORIES= comms
MAINTAINER= jwb@FreeBSD.org
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>