summaryrefslogtreecommitdiff
path: root/lang/dylan-compiler/Makefile
blob: 5caa920aa3e68853d115c7cc5770a3a4a5de061c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.4 2002/10/03 14:25:04 wiz Exp $
#

PKGNAME=	dylan-compiler-${DYLAN_VERSION}

PATCHDIR=	${.CURDIR}/../dylan-interpreter/patches
DISTINFO_FILE=	${.CURDIR}/../dylan-interpreter/distinfo

CONFIGURE_ARGS+=	--enable-mindy-bootstrap

CONFLICTS=	dylan-interpreter-[0-9]*

pre-build:
	@${ECHO_MSG} "********************************** WARNING ***********************************"
	@${ECHO_MSG} "This package takes over 8 hours to build on an 800 MHz PIII with 128 MB memory"
	@${ECHO_MSG} "You could try the dylan interpreter, in ${.CURDIR}/../dylan-interpreter"
	@${ECHO_MSG} "********************************** WARNING ***********************************"

.include "../dylan-interpreter/Makefile.common"