summaryrefslogtreecommitdiffstats
path: root/audio/xmms-flac/Makefile
blob: 99a85b87974d61727973e3e7c456d0ab17ab2597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

PORTNAME=	xmms-flac
PORTVERSION=	1.3.0
CATEGORIES=	audio
MASTER_SITES=	http://downloads.xiph.org/releases/flac/
DISTNAME=	flac-${PORTVERSION}

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	XMMS input plugin for playing FLAC files

DEPRECATED=	Abandonware, please consider using multimedia/audacious instead
EXPIRATION_DATE=	2014-04-27

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

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud