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.
50 lines
1.1 KiB
50 lines
1.1 KiB
# -*-mode: makefile-*-
|
|
# Created by: slavek.banko@axis.cz
|
|
# $FreeBSD$
|
|
#
|
|
# TDE port map: applications/multimedia/kaffeine
|
|
|
|
PORTSDIR?=/usr/ports
|
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
|
|
|
PORTNAME= kaffeine-trinity
|
|
COMMENT= Versatile media player for TDE
|
|
TDE_PREVERSION=
|
|
MASTER_SITE_SUBDIR= k/${PORTNAME}
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia x11
|
|
DIST_SUBDIR= TDE/applications/multimedia
|
|
|
|
|
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
|
|
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
|
|
|
|
LIB_DEPENDS+=\
|
|
libcdda_paranoia.so:audio/cdparanoia \
|
|
libgstaudio-1.0.so:multimedia/gstreamer1-plugins \
|
|
libmp3lame.so:audio/lame \
|
|
libogg.so:audio/libogg \
|
|
libtheora.so:multimedia/libtheora \
|
|
libvorbis.so:audio/libvorbis \
|
|
libxcb.so:x11/libxcb \
|
|
libxine.so:multimedia/libxine \
|
|
libXtst.so: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>
|