# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 107836 2013-07-06 20:05:49Z devans@macports.org $

PortSystem          1.0

name                vala
version             0.20.1
set branch          [join [lrange [split ${version} .] 0 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.

platforms           darwin
license             LGPL-2.1+

homepage            http://live.gnome.org/Vala
master_sites        gnome:sources/${name}/${branch}/

use_xz              yes

checksums           rmd160  4d93918d73a69168b4bfad2d2d78404e0e3b9df1 \
                    sha256  9cb7ecd18a23525e401c204d4d08341c7d911cd5d78078eee10b747ecb45e481

depends_build       path:bin/pkg-config:pkgconfig \
                    port:libxslt

depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2

configure.args      --enable-vapigen

livecheck.type      gnome
