aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:54:48 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:54:48 +0000
commitec436c34ca23fe32b81651af6901d2125ea3c1d4 (patch)
tree381a131de7ac4a334193881135c6506a6d9379d7 /x11-themes
parent9f86ec0c8edd9612d80685d0a152b4dde6d9d00a (diff)
downloadports-ec436c34ca23fe32b81651af6901d2125ea3c1d4.tar.gz
ports-ec436c34ca23fe32b81651af6901d2125ea3c1d4.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qt4-style-float/Makefile6
-rw-r--r--x11-themes/qt4-style-phase/Makefile6
-rw-r--r--x11-themes/qt4-style-quantumstyle/Makefile6
3 files changed, 6 insertions, 12 deletions
diff --git a/x11-themes/qt4-style-float/Makefile b/x11-themes/qt4-style-float/Makefile
index b512de869fde..a024b67b7d86 100644
--- a/x11-themes/qt4-style-float/Makefile
+++ b/x11-themes/qt4-style-float/Makefile
@@ -15,17 +15,15 @@ COMMENT= Style for Qt 4 and KDE
LICENSE= GPLv2
+USES= qmake
USE_BZIP2= yes
-USE_QT4= corelib gui qmake_build moc_build rcc_build
+USE_QT4= corelib gui moc_build rcc_build
WRKSRC= ${WRKDIR}/floatstyle-${PORTVERSION}
PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libfloatstyle.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}/libfloatstyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
diff --git a/x11-themes/qt4-style-phase/Makefile b/x11-themes/qt4-style-phase/Makefile
index 8df420481a2e..de220d58fd38 100644
--- a/x11-themes/qt4-style-phase/Makefile
+++ b/x11-themes/qt4-style-phase/Makefile
@@ -15,17 +15,15 @@ COMMENT= Widget style for Qt 4 and KDE 4
LICENSE= MIT
+USES= qmake
USE_BZIP2= yes
-USE_QT4= corelib gui qmake_build moc_build
+USE_QT4= corelib gui moc_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libphasestyle.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}/libphasestyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
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/