summaryrefslogtreecommitdiff
path: root/lang/eisl/Makefile
blob: 61df7e277d54ff69e993fcbf83025dd3f8a1183c (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
PORTNAME=	eisl
DISTVERSIONPREFIX=	v
DISTVERSION=	2.62
CATEGORIES=	lang devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Interpreter and compiler compatible with ISLisp standard

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/documents/license.txt

BROKEN_i386=	stage breaks: Abort trap, see https://github.com/sasagawa888/eisl/issues/218

TEST_DEPENDS=	cppcheck:devel/cppcheck

USES=		gmake ncurses:port # port because tests need ncurses6-config

USE_GITHUB=	yes
GH_ACCOUNT=	sasagawa888

ALL_TARGET=	${PORTNAME}
TEST_TARGET=	check # tests print some errors and warnings, see https://github.com/sasagawa888/eisl/issues/181#issuecomment-1195147029

MAKEFILE=	makefile

LDFLAGS+=	-lncursesw

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
EXTRA_PATCHES=	${FILESDIR}/extra-patch-makefile
.endif

.include <bsd.port.mk>