summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/amarok/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-09-27 12:40:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-09-27 12:40:23 +0200
commitd1041abaaae1ab5909c5f4953461e56224fe49a8 (patch)
tree09b909d538cb20bf86cd1055692f57361b19022f /freebsd/applications/amarok/Makefile
parentb990468c0ca12dcb4182bf96f68116f623de110a (diff)
downloadtde-packaging-d1041abaaae1ab5909c5f4953461e56224fe49a8.tar.gz
tde-packaging-d1041abaaae1ab5909c5f4953461e56224fe49a8.zip
FreeBSD: Add ports for bunch of applications
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/amarok/Makefile')
-rw-r--r--freebsd/applications/amarok/Makefile62
1 files changed, 62 insertions, 0 deletions
diff --git a/freebsd/applications/amarok/Makefile b/freebsd/applications/amarok/Makefile
new file mode 100644
index 000000000..e4662d108
--- /dev/null
+++ b/freebsd/applications/amarok/Makefile
@@ -0,0 +1,62 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= amarok-trinity
+COMMENT= Versatile and easy to use audio player for Trinity
+TDE_PREVERSION= ~pre1+32c704dc
+MASTER_SITE_SUBDIR= a/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= audio x11
+DIST_SUBDIR= TDE/applications
+
+
+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 \
+ libdbus-tqt-1.so:${PORTSDIR}/x11/trinity/dependencies/dbus-tqt \
+
+LIB_DEPENDS+=\
+ libgpod.so:${PORTSDIR}/audio/libgpod \
+ libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 \
+ libmtp.so:${PORTSDIR}/multimedia/libmtp \
+ libnjb.so:${PORTSDIR}/audio/libnjb \
+ libSDL.so:${PORTSDIR}/devel/sdl12 \
+ libtag.so:${PORTSDIR}/audio/taglib \
+ libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 \
+ libxine.so:${PORTSDIR}/multimedia/libxine \
+
+USE_MYSQL= yes
+USE_PGSQL= yes
+USE_SQLITE= yes
+
+USE_RUBY= yes
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-autotools-prepare
+ ${TDE_AUTOTOOLS_CONFIGURE} \
+ --without-included-sqlite \
+ --disable-final \
+ --without-akode \
+ --without-gstreamer10 \
+ --without-libkarma \
+ --without-ifp \
+ --with-libgpod \
+ --with-libnjb \
+ --with-libmtp \
+ --with-mp4v2 \
+ --enable-mysql \
+ --enable-postgresql \
+ --with-yauap
+
+do-build: tde-autotools-build
+
+do-install: tde-autotools-install
+
+.include <bsd.port.mk>