1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/deadbeef-mpris-plugin/Makefile
Dmitry Marakasov 6bce7fefdf - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-01 13:08:49 +00:00

30 lines
649 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= deadbeef-mpris-plugin
PORTVERSION= 2.1.3
PORTREVISION= 2
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 libtool
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \
${WRKSRC}/test/Makefile.in
.include <bsd.port.mk>