# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $

PortSystem          1.0

name                processing
version             1.2.1
categories          lang
platforms           darwin freebsd linux
license             BSD
maintainers         singingwolfboy
description         open source programming language and environment for people \
                    who want to create images, animations, and interactions
long_description    \
    Processing is an open source programming language and environment for people \
    who want to create images, animations, and interactions. Initially developed \
    to serve as a software sketchbook and to teach fundamentals of computer \
    programming within a visual context, Processing also has evolved into a \
    tool for generating finished professional work. Today, there are tens of \
    thousands of students, artists, designers, researchers, and hobbyists who \
    use Processing for learning, prototyping, and production.

homepage            http://processing.org
fetch.type          svn
svn.url             http://${name}.googlecode.com/svn/tags/${name}-${version}

depends_build       port:apache-ant
use_configure       no
build.dir           ${worksrcpath}/build
build.cmd           ${prefix}/bin/ant
build.target        macosx-build

destroot {
    move ${build.dir}/macosx/work/Processing.app ${destroot}${applications_dir}/
}
