forked from Lainports/freebsd-ports
A WebKit port optimized for embedded devices WPE WebKit allows embedders to create simple and performant systems based on Web platform technologies. It is designed with hardware acceleration in mind, leveraging common 3D graphics APIs for best performance. It is required by webkitgtk 2.6 which is currently being tested. Obtained from: gnome development repo
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libwpe
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://wpewebkit.org/releases/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= General-purpose library for WPE WebKit
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cmake pkgconfig localbase:ldflags gl tar:xz
|
|
|
|
USE_GL= egl
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|