summaryrefslogtreecommitdiffstats
path: root/multimedia/gnome-mpv/Makefile
blob: 24e281ea5065b60728985d5ee3bd3a319587b890 (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
# $FreeBSD$

PORTNAME=	gnome-mpv
PORTVERSION=	0.12
CATEGORIES=	multimedia
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Simple GTK+ frontend for mpv

LICENSE=	GPLv3+

LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
		libmpv.so:multimedia/mpv

USES=		desktop-file-utils gettext-tools gmake pkgconfig tar:xz
USE_GNOME=	cairo gtk30
GNU_CONFIGURE=	yes
GLIB_SCHEMAS=	io.github.GnomeMpv.gschema.xml \
		org.gnome-mpv.gschema.xml
INSTALLS_ICONS=	yes
LDFLAGS+=	-Wl,--as-needed # gdkpixbuf2

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