ports/x11/qt5/qtx11extras/Makefile

11 lines
208 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
QT5NAME = QtX11Extras
COMMENT = X11-specific parts of Qt
SHARED_LIBS += Qt5X11Extras 3.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui m
FLAVORS = debug
.include <bsd.port.mk>