- Update to 20200902 snapshot. No functional changes, this update is only to fix errors/warnings with modern c++ and Qt. - Remove no longer needed patch
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qwt5-qt5
|
|
PORTVERSION= 5.2.3g20200902
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Qt Widgets for Technical Applications
|
|
|
|
USES= compiler:c++11-lang gmake qmake qt:5
|
|
USE_QT= core gui printsupport svg widgets buildtools_build
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gbm19
|
|
GH_TAGNAME= 0052f96
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|