diff options
Diffstat (limited to 'freebsd/applications/amarok/Makefile')
-rw-r--r-- | freebsd/applications/amarok/Makefile | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/freebsd/applications/amarok/Makefile b/freebsd/applications/amarok/Makefile index 2ee9cca95..5a71a49af 100644 --- a/freebsd/applications/amarok/Makefile +++ b/freebsd/applications/amarok/Makefile @@ -15,10 +15,12 @@ DIST_SUBDIR= TDE/applications BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \ - ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/include/konqsidebarplugin.h:${PORTSDIR}/x11/trinity/tdebase \ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ libdbus-tqt-1.so:${PORTSDIR}/x11/trinity/dependencies/dbus-tqt \ + libakode.so:${PORTSDIR}/x11/trinity/dependencies/akode \ LIB_DEPENDS+=\ libgpod.so:${PORTSDIR}/audio/libgpod \ @@ -39,24 +41,14 @@ USE_RUBY= yes # Build post-patch: tde-pathfix -do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} \ - --without-included-sqlite \ - --disable-final \ - --without-akode \ - --without-gstreamer10 \ - --without-libkarma \ - --without-ifp \ - --with-libgpod \ - --with-libnjb \ - --with-libmtp \ - --with-mp4v2 \ - --enable-mysql \ - --enable-postgresql \ - --with-yauap - -do-build: tde-autotools-build - -do-install: tde-autotools-install +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" \ + -DWITH_IFP="OFF" + +do-build: tde-cmake-build + +do-install: tde-cmake-install .include <bsd.port.mk> |