Edit

IABSD.fr/ports/textproc/libnxml/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 18:08:55
    Hash : e81d6c04
    Message : MASTER_SITES -> SITES

  • textproc/libnxml/Makefile
  • COMMENT =		XML manipulation library
    
    VERSION =		0.18.3
    DISTNAME =		libnxml-${VERSION}
    REVISION =		8
    CATEGORIES =		textproc
    SITES =			http://www.autistici.org/bakunin/libnxml/
    SHARED_LIBS =		nxml 0.0 # 18.3
    
    HOMEPAGE=		http://www.autistici.org/bakunin/libnxml/doc
    
    # LGPL v2.1
    PERMIT_PACKAGE=	Yes
    
    WANTLIB =  crypto curl iconv intl nghttp2 pthread ssl z
    
    LIB_DEPENDS =		devel/gettext,-runtime \
    			net/curl
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
    		LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>