From d1041abaaae1ab5909c5f4953461e56224fe49a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 27 Sep 2015 12:40:23 +0200 Subject: FreeBSD: Add ports for bunch of applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/amarok/Makefile | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 freebsd/applications/amarok/Makefile (limited to 'freebsd/applications/amarok/Makefile') 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 -- cgit v1.2.1