diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:54:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:54:48 +0000 |
commit | ec436c34ca23fe32b81651af6901d2125ea3c1d4 (patch) | |
tree | 381a131de7ac4a334193881135c6506a6d9379d7 /x11-themes/qt4-style-float/Makefile | |
parent | 9f86ec0c8edd9612d80685d0a152b4dde6d9d00a (diff) |
Notes
Diffstat (limited to 'x11-themes/qt4-style-float/Makefile')
-rw-r--r-- | x11-themes/qt4-style-float/Makefile | 6 |
1 files changed, 2 insertions, 4 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/ |