SUMMARY="A high performance Common Lisp compiler" DESCRIPTION="Steel Bank Common Lisp (SBCL) is a high performance Common \ Lisp compiler. It is open source / free software, with a permissive license. \ In addition to the compiler and runtime system for ANSI Common Lisp, it \ provides an interactive environment including a debugger, a statistical \ profiler, a code coverage tool, and many other extensions." HOMEPAGE="https://sbcl.org" COPYRIGHT="2002 Gerd Moellmann" LICENSE="BSD (2-clause)" REVISION="2" SOURCE_URI="https://github.com/sbcl/sbcl/archive/refs/tags/sbcl-$portVersion.tar.gz" SOURCE_DIR="sbcl-sbcl-$portVersion" CHECKSUM_SHA256="f9f85f1a2ab4f12068621dce5a7b7b9c43a5875b06d736b88cb1373ca2caed1f" PATCHES="sbcl-2.2.4.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="?x86" PROVIDES=" sbcl$secondaryArchSuffix = $portVersion cmd:sbcl$secondaryArchSuffix = $portVersion " REQUIRES=" haiku$secondaryArchSuffix lib:libssl$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libssl$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:find cmd:gcc$secondaryArchSuffix cmd:git cmd:make cmd:pkg_config$secondaryArchSuffix cmd:sbcl cmd:sed cmd:xargs " BUILD() { echo ';;; This file is auto-generated using generate-version.sh. Every time ;;; you re-run make.sh, this file will be overwritten if you are ;;; working from a Git checkout. "2.2.4-WIP"' > version.lisp-expr sh make.sh sbcl } INSTALL() { mkdir -p $manDir mkdir -p $docDir INSTALL_ROOT=$prefix MAN_DIR=$manDir DOC_DIR=$docDir INFO_DIR=$infoDir sh install.sh } TEST() { cd tests ./run-tests.sh }