ports/net/libproxy/Makefile

41 lines
791 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= library for automatic proxy configuration management
GH_ACCOUNT= libproxy
GH_PROJECT= libproxy
GH_TAGNAME= 0.5.3
2023-08-22 02:42:59 +00:00
REVISION= 0
2023-08-16 22:26:55 +00:00
CATEGORIES= net
SHARED_LIBS += proxy 2.0 # 1
HOMEPAGE= https://libproxy.googlecode.com/
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
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>