# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			gnu-classpathx-activation
version			1.1.1
categories		java
platforms		darwin
maintainers		mww
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		sha1 e1388066c994b282c2474040d27b459267b90201

depends_lib		port:gnu-classpath
depends_build	port:jikes

configure.env	JAVAC=${prefix}/bin/jikes \
				BOOTCLASSPATH=${prefix}/share/java/glibj.jar

build.env		${configure.env}

livecheck.type	regex
livecheck.url	http://ftp.gnu.org/gnu/classpathx/?C=M&O=D
livecheck.regex	activation-(\[0-9.\]+\[0-9\])\\.

