Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / wpebackend-fdo / Makefile
1 PORTNAME=       wpebackend-fdo
2 DISTVERSION=    1.12.0
3 CATEGORIES=     www
4 MASTER_SITES=   https://wpewebkit.org/releases/
5
6 MAINTAINER=     gnome@FreeBSD.org
7 COMMENT=        Freedesktop.org backend for WPE WebKit
8 WWW=            https://wpewebkit.org
9
10 LICENSE=        BSD2CLAUSE
11 LICENSE_FILE=   ${WRKSRC}/COPYING
12
13 LIB_DEPENDS=    libxkbcommon.so:x11/libxkbcommon \
14                 libwpe-1.0.so:www/libwpe \
15                 libwayland-client.so:graphics/wayland \
16                 libepoxy.so:graphics/libepoxy
17
18 USES=           compiler:c++11-lang meson pkgconfig gnome tar:xz
19 USE_GNOME=      glib20
20 USE_LDCONFIG=   yes
21
22 .include <bsd.port.mk>