# $Id: Portfile 30233 2007-10-22 23:09:00Z jmpp@macports.org $

PortSystem 1.0

name			jessie
version			1.0.0
categories		java security
platforms		darwin
maintainers		nomaintainer
description		free implementation of the Java Secure Sockets Extension, JSSE
long_description	Jessie is a free, clean-room implementation of the Java \
				Secure Sockets Extension, the JSSE. It provides the core API \
				for programming network sockets with the Secure Socket Layer \
				(SSL), which creates an authenticated, unforgeable, and \
				protected layer around network communications.

homepage		http://www.nongnu.org/jessie/
master_sites	http://syzygy.metastatic.org/jessie/
checksums		md5 eba2838a9ae10f581ed7f8514242a1c5

depends_lib		port:jamvm \
				port:jikes \
				port:gnu-classpath \
				port:gnu-crypto

configure.args	--datadir=${prefix}/share/java
configure.env	JAVAC=${prefix}/bin/jikes \
				JAVA=${prefix}/bin/jam-vm \
				CLASSPATH=${prefix}/share/java/glibj.jar:${prefix}/share/java/gnu-crypto.jar:.
