You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
# -*-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>
|