Files
ports/www/libwpe/Makefile
T
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
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)
2025-01-28 11:22:02 +00:00

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>