summaryrefslogtreecommitdiff
path: root/audio/deadbeef-mpris-plugin/Makefile
blob: d3abcc85d7073043b303bd22aa5b2e24ebc819b3 (plain) (blame)
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
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	deadbeef-mpris-plugin
PORTVERSION=	2.1.3
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@FreeBSD.org
COMMENT=	MPRIS plugin for DeaDBeeF music player

LICENSE=	GPLv3

BUILD_DEPENDS=	${LOCALBASE}/include/deadbeef/deadbeef.h:${PORTSDIR}/audio/deadbeef
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USE_GNOME=	glib20
USES=		pkgconfig
NO_STAGE=	yes

WRKSRC=		${WRKDIR}/deadbeef-${PORTVERSION}

post-patch:
	@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \
		${WRKSRC}/test/Makefile.in

.include <bsd.port.mk>