summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan/Makefile
blob: 66899bd2ab0902881dded6d21d285dad299ae2e3 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# $NetBSD: Makefile,v 1.23 2018/08/22 09:45:21 wiz Exp $
#

DISTNAME=		gwydion-dylan-${DYLAN_VERSION}
PKGREVISION=		9
CATEGORIES=		lang
MASTER_SITES=		ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/tar/
MASTER_SITES+=		ftp://ftp.ntua.gr/pub/lang/gwydion/src/tar/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.opendylan.org/
COMMENT=		Functional language

MAKE_JOBS_SAFE=		no

USE_TOOLS+=		gmake perl
USE_LIBTOOL=		yes
MAKE_FILE=		GNUmakefile
BUILD_TARGET=		default

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-mindy-bootstrap

DYLAN_VERSION=		2.4.0

# other architecture changes will be gratefully received
# (but note: don't enable platforms you haven't explicitly tested, as
# they are liable to hang in the mindy debugger and hose bulk builds.)
BROKEN_EXCEPT_ON_PLATFORM=	NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc

.include "../../mk/bsd.prefs.mk"

.if ${MACHINE_ARCH} == "i386"
ALT_ARCH=		x86
.elif ${MACHINE_ARCH} == "powerpc"
ALT_ARCH=		ppc
.else
ALT_ARCH=		${MACHINE_ARCH}
.endif

SUBST_CLASSES+=		gc
SUBST_STAGE.gc=		pre-configure
SUBST_FILES.gc=		d2c/runtime/garbage-collection/Makegen
SUBST_SED.gc=		-e 's,-I/usr/include,-I${BUILDLINK_PREFIX.boehm-gc}/include,'

PLIST_SUBST+=		ALT_ARCH=${ALT_ARCH:Q}
PLIST_SUBST+=		DYLAN_VERSION=${DYLAN_VERSION:Q}

.include "../../devel/boehm-gc/buildlink3.mk"

.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"