sthen 109458a8fa bump REVISION for ports using x11/qt5 MODULES and containing .la files in
their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp
to x11/qt5/qtbase/patches which adds a missing newline.
2019-06-24 20:56:45 +00:00

19 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.7 2019/06/24 20:56:46 sthen Exp $
QT5NAME = QtCharts
COMMENT-main = Qt5 components for drawing 2D charts
REVISION-main = 1
MULTI_PACKAGES = -main -examples
SHARED_LIBS = Qt5Charts 0.1
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5Quick Qt5Widgets m
LIB_DEPENDS = x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
FLAVORS = debug
.include <bsd.port.mk>