summaryrefslogtreecommitdiffstats
path: root/audio/xmms-flac/Makefile
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-04 18:48:54 +0000
committertijl <tijl@FreeBSD.org>2014-05-04 18:48:54 +0000
commitfb22089f7d9407c6e25941e97eca98b6d610735f (patch)
treec4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-flac/Makefile
parentd669f923ee4e0a4b3ddbbac8dc0972be13d81198 (diff)
downloadFreeBSD-ports-fb22089f7d9407c6e25941e97eca98b6d610735f.zip
FreeBSD-ports-fb22089f7d9407c6e25941e97eca98b6d610735f.tar.gz
Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
Diffstat (limited to 'audio/xmms-flac/Makefile')
-rw-r--r--audio/xmms-flac/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
index 0ba93e8..22df642 100644
--- a/audio/xmms-flac/Makefile
+++ b/audio/xmms-flac/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xmms-flac
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
DISTNAME= flac-${PORTVERSION}
@@ -12,19 +12,14 @@ COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
libFLAC.so:${PORTSDIR}/audio/flac \
- libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
libogg.so:${PORTSDIR}/audio/libogg
-USES= gettext iconv tar:xz
-USE_AUTOTOOLS= libtool
-USE_GNOME= gtk12
-USE_XORG= x11 xau xcb xdmcp xext xi
-
+USES= iconv libtool tar:xz
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static"
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= lib/xmms/Input/libxmms-flac.so
OpenPOWER on IntegriCloud