summaryrefslogtreecommitdiffstats
path: root/freebsd/tdemultimedia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdemultimedia/Makefile')
-rw-r--r--freebsd/tdemultimedia/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/freebsd/tdemultimedia/Makefile b/freebsd/tdemultimedia/Makefile
new file mode 100644
index 000000000..b98d599eb
--- /dev/null
+++ b/freebsd/tdemultimedia/Makefile
@@ -0,0 +1,48 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../trinity.port.mk>
+
+PORTNAME= tdemultimedia-trinity
+COMMENT= Trinity multimedia apps
+TDE_PREVERSION= ~pre7+7cd76923
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11 multimedia
+DIST_SUBDIR= TDE
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
+ ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libakode.so:${PORTSDIR}/x11/trinity/dependencies/akode \
+
+LIB_DEPENDS+= \
+ libasound.so:${PORTSDIR}/audio/alsa-lib \
+ libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
+ libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia \
+ libFLAC.so:${PORTSDIR}/audio/flac \
+ libgstaudio-0.10.so:${PORTSDIR}/multimedia/gstreamer-plugins \
+ libmp3lame.so:${PORTSDIR}/audio/lame \
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libtag.so:${PORTSDIR}/audio/taglib \
+ libtheora.so:${PORTSDIR}/multimedia/libtheora \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libxine.so:${PORTSDIR}/multimedia/libxine \
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-autotools-prepare
+ ${TDE_AUTOTOOLS_CONFIGURE} \
+ \
+ --with-alsa
+
+do-build: tde-autotools-build
+
+do-install: tde-autotools-install
+
+.include <bsd.port.mk>