This release is the last one before a major redesign of ECL, which will affect issues like Unicode streams and handling of interrupts. Most notable changes since 0.9l include: - new versioning scheme, based on <year>.<month>.<patchlevel>; - compiler error, warning, notes and messages handling; - float point number exceptions handling; - signals handling; - improvements to help file; - improvements to operating system interface; - CLX 0.7.3; - many bug fixes.
27 lines
649 B
Makefile
27 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/12/19 23:12:46 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= ecl-8.12.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/}
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://ecls.sourceforge.net/
|
|
COMMENT= Embeddable Common Lisp
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake makeinfo
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-boehm=system
|
|
CONFIGURE_ENV+= ECL_BOEHM_GC_HEADER=gc/gc.h
|
|
CONFIGURE_ARGS+= --with-system-gmp
|
|
|
|
.include "../../devel/boehm-gc/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|