pkgsrc-wip/kawa/Makefile
pancake ;) 736ad9a7b1 initial import of kawa
DESCR:
A framework written in Java for implementing high-level and dynamic languages
compiling them into Java bytecodes.

An implementation of Scheme, which is in the Lisp family of programming
languages. Kawa is a featureful dialect in its own right, and additionally
provides very useful integration with Java. It can be used as a cscripting
language, but includes a compiler and all the benefits of a real programming
language, including optional static typing.

Implementations of other programming languages, including XQuery (Qexo) and
Emacs Lisp (JEmacs)
2005-12-06 00:07:52 +00:00

17 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/06 00:07:52 poppnk Exp $
#
DISTNAME= kawa-1.8
CATEGORIES= wip lang
MASTER_SITES= http://ftp.gnu.org/pub/gnu/kawa/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.gnu.org/software/kawa/
COMMENT= Scheme interpreter written in Java.
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"