# $Id: Portfile,v 1.12 2006/02/08 10:33:15 olegb Exp $
PortSystem 1.0
name            kaffe
version         1.1.6
categories      lang
maintainers     darwinports@opendarwin.org
platforms       darwin
description     A complete java VM and class library.
long_description       This is Kaffe, a complete virtual machine and class \
			library set which allows the execution of Java code. \
			It comes with a virtual machine and a set of class \
			libraries including beans, and an AWT graphics system. 
homepage	http://www.kaffe.org
master_sites    ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/

checksums       md5 29d4b9ec58080715d13a764e9e4cfc06
configure.env	CFLAGS="-fstrict-aliasing -funroll-loops -L${prefix}/lib" \
                CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include -I${prefix}/include/freetype2"
configure.args	--disable-nls --disable-rpath --disable-debug \
				--with-engine=intrp --mandir=${prefix}/share/man
depends_lib	lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 \
			lib:libart_lgpl_2:libart_lgpl lib:libfreetype:freetype

platform darwin 8 {
		depends_lib-delete port:jikes
}

