blob: 8978f04e6d04948be92cd430fac8b9063361f885 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= qwt5-qt5
PORTVERSION= 5.2.3g20210209
CATEGORIES= x11-toolkits
MAINTAINER= makc@FreeBSD.org
COMMENT= Qt Widgets for Technical Applications
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>
|