Edit

IABSD.fr/ports/net/bgpq4/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-01-28 11:22:02
    Hash : 223dd2dc
    Message : set COMPILER_LANGS=c for various C-only ports 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)

  • net/bgpq4/Makefile
  • COMMENT=	generate access/prefix lists for BGP config
    
    DIST_TUPLE=	github bgp bgpq4 1.15 .
    REVISION=	0
    
    CATEGORIES=	net
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c
    
    # C11
    COMPILER=	base-clang ports-gcc
    COMPILER_LANGS=	c
    
    CONFIGURE_STYLE= autoreconf
    AUTOCONF_VERSION= 2.71
    AUTOMAKE_VERSION= 1.16
    
    DEBUG_PACKAGES=	${BUILD_PACKAGES}
    NO_TEST=	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/bgpq4 ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/bgpq4.8 ${PREFIX}/man/man8
    
    .include <bsd.port.mk>