pkgsrc/lang/clisp/Makefile
hubertf 402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00

32 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:37 hubertf Exp $
DISTNAME= clisp-2000-03-06
PKGNAME= clisp-20000306
CATEGORIES= lang
MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \
ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= mjl@netbsd.org
HOMEPAGE= http://clisp.cons.org/
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems
RESTRICTED= "Contract notify author when selling for profit."
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
do-configure:
cd ${WRKSRC}; \
(cd ..;${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \
./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \
--with-dynamic-ffi --fsstnd=netbsd >Makefile
post-install:
${CHOWN} -R root:wheel ${PREFIX}/lib/clisp
${CHMOD} -R a-w ${PREFIX}/lib/clisp
.include "../../mk/bsd.pkg.mk"