GARNAME = mit-scheme
GARVERSION = 9.1.1
ARCH = x86-64

MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = mit-scheme/stable.pkg/$(GARVERSION)/

DISTFILES = $(DISTNAME)-$(ARCH).tar.gz
SIGFILES = $(DISTNAME)-$(ARCH).tar.gz.sig

# BUILDDEPS = 
# LIBDEPS = 

CONFIGURE_SCRIPTS = $(WORKSRC)/src/configure
BUILD_SCRIPTS = $(WORKSRC)/src/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/src/Makefile

HOME_URL = http://www.gnu.org/software/mit-scheme
DESCRIPTION = An implementation of the Scheme programming language

include ../../gar.mk

CONFIGURE_OPTS = --with-x --enable-native-code
BUILD_ARGS += compile-microcode
