Edit

IABSD.fr/ports/sysutils/cl-launch/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/cl-launch/Makefile
  • COMMENT=		uniform frontend to running Common Lisp code from the shell
    
    DISTNAME=		cl-launch-4.1.3
    CATEGORIES=		sysutils
    REVISION =		0
    
    HOMEPAGE=		http://cliki.net/cl-launch
    
    # LLGPL (http://www.cliki.net/LLGPL)
    PERMIT_PACKAGE=	Yes
    
    SITES=			https://distfiles.sigtrap.nl/
    
    WRKDIST=		${WRKDIR}/cl-launch.git
    
    WANTLIB=		c
    
    USE_GMAKE=		Yes
    
    ALL_TARGET=		cl-shim
    
    RUN_DEPENDS=		abcl-*|clisp-*|sbcl-*:lang/sbcl
    
    .include <bsd.port.mk>