diff options
author | makc <makc@FreeBSD.org> | 2013-11-22 20:54:48 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-22 20:54:48 +0800 |
commit | a90ad34e3e0cea7f14c6a1712633260a5a9a1bc1 (patch) | |
tree | 381a131de7ac4a334193881135c6506a6d9379d7 /x11-themes/qt4-style-quantumstyle | |
parent | 84afaa269138108a68e2c1206d25ce9d72d21118 (diff) | |
download | freebsd-ports-gnome-a90ad34e3e0cea7f14c6a1712633260a5a9a1bc1.tar.gz freebsd-ports-gnome-a90ad34e3e0cea7f14c6a1712633260a5a9a1bc1.tar.zst freebsd-ports-gnome-a90ad34e3e0cea7f14c6a1712633260a5a9a1bc1.zip |
Convert to USES=qmake
Approved by: portmgr (blanket approval)
Diffstat (limited to 'x11-themes/qt4-style-quantumstyle')
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/qt4-style-quantumstyle/Makefile b/x11-themes/qt4-style-quantumstyle/Makefile index 71bcb60920a5..7a6b363ee9a9 100644 --- a/x11-themes/qt4-style-quantumstyle/Makefile +++ b/x11-themes/qt4-style-quantumstyle/Makefile @@ -16,16 +16,14 @@ COMMENT= SVG themeable style for Qt 4 and KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_QT4= corelib gui svg qmake_build rcc_build uic_build moc_build +USES= qmake +USE_QT4= corelib gui svg rcc_build uic_build moc_build WRKSRC= ${WRKDIR}/QuantumStyle PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libquantumstyle.so PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ ${INSTALL_PROGRAM} ${WRKSRC}/style/libquantumstyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ |