Edit

IABSD.fr/ports/math/isl/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 09:27:52
    Hash : d6100a89
    Message : MASTER_SITES -> SITES

  • math/isl/Makefile
  • COMMENT =	manipulate integer points bounded by linear constraints
    
    DISTNAME =	isl-0.18
    
    SHARED_LIBS +=  isl                       0.0 # 18.0
    
    HOMEPAGE =	https://guix.gnu.org/packages/isl-0.18/
    
    CATEGORIES =	math
    
    #MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += gmp
    
    SITES =			https://gcc.gnu.org/pub/gcc/infrastructure/
    EXTRACT_SUFX =		.tar.bz2
    
    LIB_DEPENDS =		devel/gmp
    
    SEPARATE_BUILD =	Yes
    USE_GMAKE =		Yes
    
    CONFIGURE_STYLE ?=	gnu
    CONFIGURE_ARGS +=	--with-gmp-prefix="${LOCALBASE}"
    
    .include <bsd.port.mk>