blob: ff0207cd6ce2d273cb86a467ad1d78473ed44c8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= libwpe
PORTVERSION= 1.12.0
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= General-purpose library for WPE WebKit
WWW= https://wpewebkit.org/releases
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= compiler:c11 gl meson pkgconfig tar:xz
USE_GL= egl
USE_LDCONFIG= yes
.include <bsd.port.mk>
|