1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/audio/deadbeef-mpris2-plugin/Makefile
Alexey Dokuchaev 00f672590b Update to version 1.10.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475314642 which corresponds to commit 57ef482 tagged
as this release.

Reported by:	portscout
2016-10-11 23:32:03 +00:00

29 lines
566 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= deadbeef-mpris2-plugin
DISTVERSIONPREFIX= v
DISTVERSION= 1.10
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= MPRIS protocol version 2 plugin for DeaDBeeF music player
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= Serranya
USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= lib/deadbeef/mpris.so
.include <bsd.port.mk>