Import multimedia/celluloid version 0.17
[dports.git] / multimedia / celluloid / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       celluloid
4 PORTVERSION=    0.17
5 CATEGORIES=     multimedia
6 MASTER_SITES=   https://github.com/${PORTNAME}-player/${PORTNAME}/releases/download/v${PORTVERSION}/
7
8 MAINTAINER=     jbeich@FreeBSD.org
9 COMMENT=        Simple GTK+ frontend for mpv
10
11 LICENSE=        GPLv3+
12
13 LIB_DEPENDS=    libepoxy.so:graphics/libepoxy \
14                 libmpv.so:multimedia/mpv
15
16 USES=           compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig tar:xz
17 USE_GNOME=      cairo gtk30
18 GNU_CONFIGURE=  yes
19 GLIB_SCHEMAS=   io.github.GnomeMpv.gschema.xml \
20                 io.github.celluloid_player.Celluloid.gschema.xml
21 INSTALLS_ICONS= yes
22 LDFLAGS+=       -Wl,--as-needed # gdkpixbuf2
23
24 .include <bsd.port.mk>