ec5236af53
- Switch upstream to SciDAVis repo - Build with cmake
23 lines
459 B
Makefile
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>
|