blob: 3293868817222f9d7a3a445e753e7e8527e45231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= wpebackend-fdo
PORTVERSION= 1.4.0
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Freedesktop.org backend for WPE WebKit
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
libwpe-1.0.so:www/libwpe \
libwayland-client.so:graphics/wayland
USES= cmake pkgconfig localbase:ldflags gl gnome tar:xz
USE_GL= egl
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>
|