[52290] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl
Ryan Schmidt
ryandesign at macports.org
Sat Jun 13 17:30:19 PDT 2009
On Jun 13, 2009, at 11:46, illogic-al at macports.org wrote:
> Revision: 52290
> http://trac.macports.org/changeset/52290
> Author: illogic-al at macports.org
> Date: 2009-06-13 09:46:16 -0700 (Sat, 13 Jun 2009)
> Log Message:
> -----------
> Use Qt's phonon. Use qt4-mac.
And you now no longer build documentation by default? You should also
change the variant's description, which is now wrong.
> -configure.args-append -DBUILD_doc=ON \
> +configure.args-append -DBUILD_doc=OFF \
> -DBUILD_SHARED_LIBS=ON \
> -DBUNDLE_INSTALL_DIR=${applications_dir}/
> KDE4 \
> - -DPHONON_INCLUDE_DIR=${prefix}/include \
> - -DPHONON_LIBRARY=${prefix}/lib/
> libphonon.dylib \
> - -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/
> qt4-kde/bin/qmake \
> + -DPHONON_INCLUDE_DIR=${qt_dir}/include \
> + -DPHONON_LIBRARY=${qt_dir}/lib/
> phonon.framework/phonon \
> + -DQT_QMAKE_EXECUTABLE=${qt_dir}/bin/qmake \
> -DKDE_DISTRIBUTION_TEXT="MacPorts\/Mac OS X"
>
> -variant no_docs description "Omit documentation" {
> - depends_lib-delete port:doxygen
> - configure.args-delete -DBUILD_doc=ON
> - configure.args-append -DBUILD_doc=OFF
> +variant docs description "Omit documentation" {
> + depends_lib-append port:doxygen
> + configure.args-delete -DBUILD_doc=OFF
> }
More information about the macports-dev
mailing list