a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20412 2006-11-03 02:14:55Z jberry@macports.org $
PortSystem 1.0
name kaffe
version 1.1.7
categories lang
maintainers nomaintainer@macports.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 375c3dc44656f3f253455ea219f768b1
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
}