# $Id: Portfile,v 1.4 2005/07/03 19:27:05 mww Exp $ PortSystem 1.0 name gnu-classpathx-activation version 1.0 categories java platforms darwin maintainers mww@opendarwin.org description Java Activation Framework implementation of JAF 1.0.2. long_description JAF provides a means to type data and locate components \ suitable for performing various kinds of action on it. It \ extends the UNIX standard mime.types and mailcap mechanisms \ for Java. homepage http://www.gnu.org/software/classpathx/jaf/jaf.html master_sites gnu:classpathx distname activation-${version} checksums md5 7bc83fccf5519e8aa30848139ed9715a depends_lib port:gnu-classpath platform darwin 7 { depends_build port:jikes } configure.env JAVAC=${prefix}/bin/jikes \ BOOTCLASSPATH=${prefix}/share/java/glibj.jar build.env ${configure.env}