diff options
Diffstat (limited to 'freebsd/applications/multimedia/kaffeine/Makefile')
-rw-r--r-- | freebsd/applications/multimedia/kaffeine/Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/freebsd/applications/multimedia/kaffeine/Makefile b/freebsd/applications/multimedia/kaffeine/Makefile new file mode 100644 index 000000000..bb330ed0f --- /dev/null +++ b/freebsd/applications/multimedia/kaffeine/Makefile @@ -0,0 +1,46 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kaffeine-trinity +COMMENT= Versatile media player for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/multimedia + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia \ + libgstaudio-1.0.so:${PORTSDIR}/multimedia/gstreamer1-plugins \ + libmp3lame.so:${PORTSDIR}/audio/lame \ + libogg.so:${PORTSDIR}/audio/libogg \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libxcb.so:${PORTSDIR}/x11/libxcb \ + libxine.so:${PORTSDIR}/multimedia/libxine \ + libXtst.so:${PORTSDIR}/x11/libXtst \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" \ + -DWITH_DVB="OFF" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> |