1999-10-27 19:14:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 1999/10/27 17:14:09 agc Exp $
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
DISTNAME= clispsrc
|
1999-10-27 19:14:01 +02:00
|
|
|
PKGNAME= clisp-19990722
|
1999-05-24 22:39:35 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \
|
|
|
|
ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
MAINTAINER= mjl@emsi.priv.at
|
|
|
|
HOMEPAGE= http://clisp.cons.org/~haible/clisp.html
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-10-27 19:14:01 +02:00
|
|
|
BROKEN= Bad patch
|
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-02-01 00:37:28 +01:00
|
|
|
MIRROR_DISTFILE= no
|
|
|
|
|
1999-10-27 19:14:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/clisp-1999-07-22/src
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1998-11-22 20:39:48 +01:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}; \
|
|
|
|
(cd ..;./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \
|
|
|
|
./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \
|
|
|
|
--with-dynamic-ffi >Makefile
|
1998-09-06 22:45:35 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|