mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d916b3e975
* Build switched from autotools to meson
34 lines
802 B
Makefile
34 lines
802 B
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grilo
|
|
PORTVERSION= 0.3.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Framework focused on making media discovery and browsing
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
liboauth.so:net/liboauth \
|
|
libtotem-plparser.so:multimedia/totem-pl-parser
|
|
|
|
USES= gettext gnome localbase meson pathfix pkgconfig \
|
|
python:3.4+,build tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20 intlhack introspection:build libxml2
|
|
BINARY_ALIAS= python=${PYTHON_VERSION}
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= UI
|
|
|
|
UI_DESC= Enable testing UI
|
|
UI_MESON_TRUE= enable-test-ui
|
|
UI_USE= GNOME=cairo,gdkpixbuf2,gtk30
|
|
|
|
.include <bsd.port.mk>
|