1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/libwpe/Makefile
2019-12-13 16:56:55 +00:00

22 lines
385 B
Makefile

# $FreeBSD$
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>