# $Id: Portfile 67731 2010-05-17 13:38:05Z rmsfisher@macports.org $

PortSystem 1.0

name		vala
version		0.8.1
categories	lang
maintainers	nomaintainer
description	Compiler for the GObject type system
long_description \
	Vala is a new programming language that aims to bring modern \
	programming language features to GNOME developers without \
	imposing any additional runtime requirements and without using \
	a different ABI compared to applications and libraries written \
	in C.
homepage	http://live.gnome.org/Vala
platforms	darwin
master_sites \
	gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
checksums           md5     3e105d7f39e55925299a3e6e82c32de7 \
                    sha1    1194011eba6f6d1ba6a4daee26fbc39cd69087c5 \
                    rmd160  36bc26062f67bf57f7ff0362979c211643950778
use_bzip2	yes

depends_build	path:bin/pkg-config:pkgconfig
depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2
