Edit

IABSD.fr/ports/lang/algol68g/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-05-30 11:58:22
    Hash : cef89b4e
    Message : update to algol68g-3.12.2

  • lang/algol68g/Makefile
  • COMMENT =	Algol 68 Genie compiler-interpreter
    DISTNAME =	algol68g-3.12.2
    
    CATEGORIES =	lang
    
    HOMEPAGE =	https://algol68genie.nl/en/algol-68-genie/
    SITES =		https://algol68genie.nl/
    PORTROACH =	site:https://algol68genie.nl/en/algol-68-genie-source-code-repository/
    
    # GPLv3+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c curl curses m pthread
    
    # C17
    COMPILER =		base-clang ports-gcc
    COMPILER_LANGS =	c
    
    LIB_DEPENDS =		net/curl
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS =	--disable-gsl \
    			--disable-mathlib \
    			--disable-mpfr \
    			--disable-plotutils \
    			--disable-postgresql
    CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>