summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/kaffeine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/kaffeine/Makefile')
-rw-r--r--freebsd/applications/kaffeine/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/freebsd/applications/kaffeine/Makefile b/freebsd/applications/kaffeine/Makefile
deleted file mode 100644
index c5a7f25d6..000000000
--- a/freebsd/applications/kaffeine/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# -*-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
-
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
-
-LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
-
-LIB_DEPENDS+=\
- libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia \
- libgstaudio-0.10.so:${PORTSDIR}/multimedia/gstreamer-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>