mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
25 lines
493 B
Makefile
25 lines
493 B
Makefile
PORTNAME= qwt5-qt5
|
|
PORTVERSION= 5.2.3g20210209
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Qt Widgets for Technical Applications
|
|
WWW= http://qwt.sourceforge.net/
|
|
|
|
USES= cmake compiler:c++17-lang qt:5
|
|
USE_QT= core gui printsupport svg widgets buildtools:build qmake:build
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= SciDAVis
|
|
GH_TAGNAME= 2a9f1ae2
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=True \
|
|
-DQWT_DESIGNER=False
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|