freebsd-ports/x11-toolkits/qwt5-qt5/Makefile
Max Brazhnikov ec5236af53 x11-toolkits/qwt5-qt5: update to 20210209 snapshot
- Switch upstream to SciDAVis repo
- Build with cmake
2021-05-09 00:25:59 +03:00

23 lines
459 B
Makefile

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>