pkgsrc/lang/kali/Makefile
dholland ba89256e2c Mark this not available on sparc64 and x86_64 as well as alpha; it is
thoroughly 32-bit only.

It *might* work if someone rebuilt the boostrap files with a suitable
Scheme compiler capable of generating 64-bit-clean C code. But someone
who knows Scheme better than I do will have to figure that out.
2008-09-06 22:37:04 +00:00

18 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/09/06 22:37:04 dholland Exp $
DISTNAME= kali-0.47
CATEGORIES= lang
MASTER_SITES= ftp://ftp.nj.nec.com/pub/pls/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.neci.nj.nec.com/PLS/Kali.html
COMMENT= Distributed implementation of Scheme
GNU_CONFIGURE= yes
BUILD_TARGET= # empty
INSTALLATION_DIRS= bin include lib
# Thoroughly broken on 64-bit architectures.
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64
.include "../../mk/bsd.pkg.mk"