Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / deadbeef-mpris-plugin / Makefile
1 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       deadbeef-mpris-plugin
5 PORTVERSION=    2.1.3
6 PORTREVISION=   1
7 CATEGORIES=     audio
8 MASTER_SITES=   GOOGLE_CODE
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        MPRIS plugin for DeaDBeeF music player
12
13 LICENSE=        GPLv3
14
15 BUILD_DEPENDS=  ${LOCALBASE}/include/deadbeef/deadbeef.h:${PORTSDIR}/audio/deadbeef
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 GNU_CONFIGURE=  yes
19 USE_GNOME=      glib20
20 USES=           pkgconfig
21
22 WRKSRC=         ${WRKDIR}/deadbeef-${PORTVERSION}
23
24 post-patch:
25         @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \
26                 ${WRKSRC}/test/Makefile.in
27
28 .include <bsd.port.mk>