mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
223dd2dcf0
add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
31 lines
568 B
Makefile
31 lines
568 B
Makefile
COMMENT= general-purpose library for the WPE-flavored port of WebKit
|
|
|
|
DISTNAME= libwpe-1.16.1
|
|
|
|
CATEGORIES= www wayland
|
|
|
|
SHARED_LIBS += wpe-1.0 0.1 # 1.9.2
|
|
|
|
HOMEPAGE= https://wpewebkit.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= https://wpewebkit.org/releases/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
# COMPILER_LIBCXX? (no libc++ on gcc-only archs)
|
|
WANTLIB += xkbcommon c++
|
|
|
|
MODULES= devel/meson
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
LIB_DEPENDS= x11/xkbcommon
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|