blob: 54490445db3b8e2e980afee06c00085eba3f350e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= libwpe
PORTVERSION= 1.4.0.1
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 compiler:c11 gl localbase:ldflags pkgconfig \
tar:xz
USE_GL= egl
USE_LDCONFIG= yes
.include <bsd.port.mk>
|