summaryrefslogtreecommitdiff
path: root/lang/mzscheme/Makefile
blob: 77e43473981263d6030041f720e0f64f59a5866d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $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"