1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-toolkits/qwt5-qt5/Makefile

25 lines
493 B
Makefile
Raw Normal View History

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>