PortSystem 1.0
name		elk
version		3.99.8
categories	lang
license         Permissive
maintainers	nomaintainer
description	Scheme Extension Language Kit
long_description	\
	Elk (the Extension Language Kit) is an implementation of the 	\
	Scheme programming language. It can be used as a standalone 	\
	Scheme interpreter, or as an embeddable, reusable extension 	\
	language subsystem for applications written in C or C++ through \
	the libelk library.
homepage        https://web.archive.org/web/20240321110425/http://sam.zoy.org/elk/
master_sites    https://web.archive.org/web/20240327082055if_/http://sam.zoy.org/elk/

use_bzip2      	yes

checksums           rmd160  6ba285ba540e6c711370d6715eb40cce0ec7d1cd \
                    sha256  a148320c8d2c2b1277ad3572a9d8a9eb4db0473643caa35f098e28c9da14dc66 \
                    size    701206

patchfiles          implicit.patch

configure.args      --infodir=${prefix}/share/info \
                    --mandir=${prefix}/share/man \
                    ac_cv_lib_elf_elf_begin=no

use_parallel_build no

variant	x11	{
		configure.args-append	--with-x
}
