2000-08-19 00:46:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:37 hubertf Exp $
|
1998-09-06 22:45:35 +02:00
|
|
|
|
2000-05-27 04:47:13 +02:00
|
|
|
DISTNAME= clisp-2000-03-06
|
|
|
|
PKGNAME= clisp-20000306
|
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/
|
2000-05-27 04:47:13 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-12-18 05:53:17 +01:00
|
|
|
MAINTAINER= mjl@netbsd.org
|
2000-06-17 01:53:43 +02:00
|
|
|
HOMEPAGE= http://clisp.cons.org/
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems
|
1998-09-06 22:45:35 +02:00
|
|
|
|
2000-08-19 00:46:29 +02:00
|
|
|
RESTRICTED= "Contract notify author when selling for profit."
|
|
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
1999-02-01 00:37:28 +01:00
|
|
|
|
1999-12-18 05:53:17 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
1998-09-06 22:45:35 +02:00
|
|
|
|
1998-11-22 20:39:48 +01:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}; \
|
2000-03-27 10:54:53 +02:00
|
|
|
(cd ..;${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \
|
1998-11-22 20:39:48 +01:00
|
|
|
./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \
|
2000-06-17 01:53:43 +02:00
|
|
|
--with-dynamic-ffi --fsstnd=netbsd >Makefile
|
1998-09-06 22:45:35 +02:00
|
|
|
|
2000-05-27 04:47:13 +02:00
|
|
|
post-install:
|
|
|
|
${CHOWN} -R root:wheel ${PREFIX}/lib/clisp
|
|
|
|
${CHMOD} -R a-w ${PREFIX}/lib/clisp
|
|
|
|
|
1998-09-06 22:45:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|