freebsd-ports/audio/xmms-kde/Makefile
Jeremy Messenger 789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: xmms-kde
# Date created: 27 April 2001
# Whom: Jan Jungnickel <jan@jungnickel.com>
#
# $FreeBSD$
#
PORTNAME= xmms-kde
PORTVERSION= 3.2
PORTREVISION= 5
CATEGORIES= audio kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Integrates XMMS into the KDE3 Panel
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
vorbis.4:${PORTSDIR}/audio/libvorbis \
tag.6:${PORTSDIR}/audio/taglib \
smpeg.1:${PORTSDIR}/multimedia/smpeg \
xmms.4:${PORTSDIR}/multimedia/xmms
USE_KDELIBS_VER= 3
USE_GNOME= gtk12 gnometarget
USE_SDL= sdl
USE_AUTOTOOLS= libtool:22
CONFIGURE_ARGS= --with-xmms-prefix=${LOCALBASE} \
--with-smpeg-prefix=${LOCALBASE} \
--with-vorbis-prefix=${LOCALBASE} \
--with-taglib-prefix=${LOCALBASE} \
ac_cv_path_PATH_NOATUN=no \
ac_cv_path_PATH_AMAROK=no \
ac_cv_path_PATH_MPLAYER=no
USE_LDCONFIG= yes
CFLAGS+= -DHAVE_NOATUN -DHAVE_AMAROK -DHAVE_MPLAYER
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
'/^INCLUDES/s| -g||g' ${WRKSRC}/xmms-kde/Makefile.in
.include <bsd.port.post.mk>