diff --git a/qt5ct/Makefile b/qt5ct/Makefile index 92d83c999e..6f028bf892 100644 --- a/qt5ct/Makefile +++ b/qt5ct/Makefile @@ -13,16 +13,12 @@ LICENSE= 2-clause-bsd USE_TOOLS= pkg-config USE_LANGUAGES= c c++ -WRKSRC= ${WRKDIR}/${DISTNAME} - -QTDIR= /usr/pkg/qt5 -MAKE_ENV+= QTPREFIX=${QTDIR} -QMAKE= ${QTPREFIX}/bin/qmake -CONFIGURE_ENV+= QMAKE=${QMAKE} -CONFIGURE_ARGS+= QMAKE +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} do-configure: - (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile) + cd ${WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} \ + ${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX} TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools diff --git a/qt5ct/PLIST b/qt5ct/PLIST index 48d96a5493..fce57a341b 100644 --- a/qt5ct/PLIST +++ b/qt5ct/PLIST @@ -1 +1,16 @@ @comment $NetBSD$ +bin/qt5ct +qt5/plugins/platformthemes/libqt5ct.so +qt5/plugins/styles/libqt5ct-style.so +share/applications/qt5ct.desktop +share/qt5ct/colors/airy.conf +share/qt5ct/colors/darker.conf +share/qt5ct/colors/dusk.conf +share/qt5ct/colors/sand.conf +share/qt5ct/colors/simple.conf +share/qt5ct/colors/waves.conf +share/qt5ct/qss/fusion-fixes.qss +share/qt5ct/qss/scrollbar-simple.qss +share/qt5ct/qss/sliders-simple.qss +share/qt5ct/qss/tooltip-simple.qss +share/qt5ct/qss/traynotification-simple.qss