diff options
author | Koop Mast <kwm@FreeBSD.org> | 2019-09-30 22:09:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2019-09-30 22:09:34 +0000 |
commit | fac4b8ea67d536dc8c64153b827a59570cbe5bee (patch) | |
tree | bfc931112bede82dd1b630e2cfe7b145c7301877 /www/wpebackend-fdo/Makefile | |
parent | 90134a7f15af93a49da6746f43d7aa12ca00fb92 (diff) | |
download | ports-fac4b8ea67d536dc8c64153b827a59570cbe5bee.tar.gz ports-fac4b8ea67d536dc8c64153b827a59570cbe5bee.zip |
Notes
Diffstat (limited to 'www/wpebackend-fdo/Makefile')
-rw-r--r-- | www/wpebackend-fdo/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/wpebackend-fdo/Makefile b/www/wpebackend-fdo/Makefile new file mode 100644 index 000000000000..329386881722 --- /dev/null +++ b/www/wpebackend-fdo/Makefile @@ -0,0 +1,23 @@ +# $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> |