Edit

IABSD.fr/ports/net/libbind/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:17:59
    Hash : a34bba28
    Message : MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use

  • net/libbind/Makefile
  • COMMENT=	BIND stub resolver library for special use cases
    
    # XXX As mentioned in pkg/DESCR:
    #
    # This port is not for general purpose use and has known issues; it is
    # intended *only* for special cases where software relies on resolver
    # internals and cannot be adapted to the standard resolver in libc
    # or use an alternative library. There are symbol conflicts; expect
    # crashes and corruption in some cases.
    
    V=		6.0
    DISTNAME=	libbind-6.0
    EPOCH=		0
    REVISION=	7
    
    SHARED_LIBS +=	bind                      6.0 # 6.1
    
    CATEGORIES=	net
    
    HOMEPAGE=	https://wiki.netbsd.org/individual-software-releases/netresolv/
    
    # ISC
    PERMIT_PACKAGE=	Yes
    
    SITES=		${SITE_ISC:=libbind/$V/}
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--with-libtool \
    			--libdir=${TRUEPREFIX}/lib/libbind
    
    NO_TEST=	Yes
    
    post-install:
    	rm -f ${PREFIX}/man/cat?/*
    
    .include <bsd.port.mk>