blob: 1523282d44251e029af1eae5540b171043a20cc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= 5compat
DISTVERSION= ${QT6_VERSION}
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 6 module that contains unsupported Qt 5 APIs
LIB_DEPENDS= libicuuc.so:devel/icu \
libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c++17-lang gl \
qt-dist:6
USE_GL= opengl
USE_QT= base declarative shadertools
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|