Index: head/multimedia/celluloid/Makefile =================================================================== --- head/multimedia/celluloid/Makefile (revision 549032) +++ head/multimedia/celluloid/Makefile (revision 549033) @@ -1,25 +1,24 @@ # $FreeBSD$ PORTNAME= celluloid DISTVERSION= 0.20 CATEGORIES= multimedia MASTER_SITES= https://github.com/${PORTNAME}-player/${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= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext-tools gnome \ + meson pkgconfig python:3.5+,build shebangfix tar:xz USE_GNOME= cairo gtk30 -GNU_CONFIGURE= yes +SHEBANG_FILES= src/generate-authors.py meson-post-install.py GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \ io.github.celluloid_player.Celluloid.gschema.xml INSTALLS_ICONS= yes -LDFLAGS+= -Wl,--as-needed # gdkpixbuf2 .include