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.
63 lines
1.5 KiB
63 lines
1.5 KiB
# -*-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=
|
|
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>
|