Edit

IABSD.fr/ports/lang/kona/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-11 15:12:24
    Hash : 1b134527
    Message : reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated

  • lang/kona/Makefile
  • COMMENT =	open source implementation of the K programming language
    DISTNAME =	kona-3.2.0.20230601
    CATEGORIES =	lang
    REVISION =	0
    
    # No real releases... use GH_COMMIT.
    GH_ACCOUNT =	kevinlawler
    GH_PROJECT =	kona
    GH_COMMIT =	ac4e4c515faf586520454c266619ce1fea650554
    
    HOMEPAGE =	https://kona.github.io/
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c m pthread
    
    USE_GMAKE =	Yes
    ALL_TARGET =	k
    
    TEST_TARGET =	k_test
    
    post-test:
    	cd ${WRKSRC} && echo '\\\\' | ./k_test
    
    .include <bsd.port.mk>