freebsd-ports/www/wpebackend-fdo/Makefile
Koop Mast fac4b8ea67 Add wpebackend-fdo the freedesktop.org backend for WPE WebKit
A WPE backend designed for (Linux) desktop systems.

It is required by webkitgtk 2.6 which is currently being tested.

Obtained from:	gnome development repo
2019-09-30 22:09:34 +00:00

23 lines
469 B
Makefile

# $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>