ports/x11/qt5/qtscxml/Makefile

15 lines
337 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
QT5NAME = QtScxml
COMMENT-main = create state machines from SCXML files
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Scxml 1.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml c m
LIB_DEPENDS = x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
FLAVORS = debug
.include <bsd.port.mk>