11 lines
285 B
Makefile
11 lines
285 B
Makefile
QT6NAME = QtNetworKAuth
|
|
COMMENT = Qt6 network authorization components
|
|
PKGSPEC = qt6-qtnetworkauth-${QT6_PKGSPEC}
|
|
|
|
SHARED_LIBS += Qt6NetworkAuth 1.0 # 6.5
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Network c m
|
|
|
|
BUILD_DEPENDS = graphics/vulkan-loader
|
|
|
|
.include <bsd.port.mk>
|