Files
ports/net/libproxy/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

40 lines
769 B
Makefile

COMMENT= library for automatic proxy configuration management
GH_ACCOUNT= libproxy
GH_PROJECT= libproxy
GH_TAGNAME= 0.5.9
REVISION= 1
CATEGORIES= net
SHARED_LIBS += proxy 2.0 # 0.5.9
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c curl duktape gio-2.0 glib-2.0 gobject-2.0
MODULES= devel/meson \
lang/python
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
BUILD_DEPENDS= devel/gobject-introspection \
devel/gsettings-desktop-schemas \
lang/vala \
textproc/gi-docgen
LIB_DEPENDS= devel/glib2 \
lang/duktape \
net/curl
RUN_DEPENDS= devel/gsettings-desktop-schemas
# before bsd.port.arch.mk
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>