From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cutecom
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.45.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
|
|
|
|
USE_QT= qt3support qmake_build moc_build rcc_build uic_build
|
|
USES= cmake qt:5
|
|
USE_QT= buildtools_build core gui qmake_build serialport widgets
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= neundorf
|
|
GH_PROJECT= CuteCom
|
|
|
|
PLIST_FILES= bin/cutecom
|
|
|
|
.include <bsd.port.mk>
|