ports/x11/qt5/qtnetworkauth/Makefile

13 lines
261 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
QT5NAME = QtNetworKAuth
COMMENT-main = Qt5 network authorization components
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5NetworkAuth 2.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network m
FLAVORS = debug
.include <bsd.port.mk>