Edit

IABSD.fr/ports/net/libproxy/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2023-08-21 08:43:39
    Hash : 65c79082
    Message : Unbreak runtime of ports depending on net/neon (directly or indirectly). Fixes "ld.so: can't load library 'libpxbackend-1.0.so'"

  • net/libproxy/Makefile
  • COMMENT=		library for automatic proxy configuration management
    
    GH_ACCOUNT=		libproxy
    GH_PROJECT=		libproxy
    GH_TAGNAME=		0.5.3
    REVISION=		0
    
    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>