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)
40 lines
769 B
Makefile
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>
|