pkgsrc-wip/ecl/Makefile
Aleksej Saushev f45a363f0b ECL 8.12.0 is released.
Remove unnecessary (for the build) patch.
Don't extract tests, they are to picky to handle here.
2008-12-17 16:42:16 +00:00

41 lines
953 B
Makefile

# $NetBSD: Makefile,v 1.21 2008/12/17 16:42:16 asau Exp $
#
DISTNAME= ecl-8.12.0
PKGNAME= 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
CVS_REPOSITORIES= ecl
CVS_PROJECT= ecls
CVS_ROOT.ecl= ${CVS_ROOT_SOURCEFORGE}
CVS_MODULE.ecl= ecl
# WRKSRC= ${WRKDIR}/ecl
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
# sys/wait.h isn't detected on NetBSD:
# USE_TOOLS+= autoconf
# post-extract:
# cd ${WRKSRC}/src && autoconf
#.include "../../wip/mk/cvs-package.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"