4028b99d00
Added scheme/unsafe/ops Added print-syntax-width Added file-or-directory-identity Inside: embedding applications should call scheme_seal_parameters after initializing parameter values (currently used by Planet)
35 lines
1,023 B
Makefile
35 lines
1,023 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/10/11 13:10:43 asau Exp $
|
|
|
|
PLT_VERSION= 4.2.2
|
|
MASTER_SITES_PLT= http://download.plt-scheme.org/bundles/ \
|
|
http://www.eecs.northwestern.edu/plt-scheme/ \
|
|
http://www.cs.utah.edu/plt/download/ \
|
|
http://mirror.informatik.uni-tuebingen.de/mirror/plt/ \
|
|
ftp://infogroep.be/pub/plt/bundles/ \
|
|
http://gd.tuwien.ac.at/languages/scheme/plt/ \
|
|
http://russell.cs.bilgi.edu.tr/plt-bundles/
|
|
|
|
DISTNAME= mz-$(PLT_VERSION)-src-unix
|
|
PKGNAME= mzscheme-$(PLT_VERSION)
|
|
CATEGORIES= lang
|
|
MASTER_SITES= $(MASTER_SITES_PLT:=$(PLT_VERSION)/mz/)
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://plt-scheme.org/
|
|
COMMENT= R5RS and R6RS compliant Scheme
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= $(WRKDIR)/mz-$(PLT_VERSION)
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_DIRS= src
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS= pkg-config
|
|
USE_LIBTOOL= yes
|
|
MAKE_JOBS_SAFE= no
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
CHECK_INTERPRETER_SKIP= include/plt/* lib/plt/collects/*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|