ports/www/wpebackend-fdo/Makefile
2021-11-27 19:45:55 +01:00

21 lines
508 B
Makefile

PORTNAME= wpebackend-fdo
DISTVERSION= 1.12.0
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Freedesktop.org backend for WPE WebKit
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
libwpe-1.0.so:www/libwpe \
libwayland-client.so:graphics/wayland \
libepoxy.so:graphics/libepoxy
USES= compiler:c++11-lang meson pkgconfig gnome tar:xz
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>