# -*- 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 118642 2014-04-06 17:59:47Z devans@macports.org $

PortSystem          1.0

name                vala
version             0.24.0
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            https://wiki.gnome.org/Projects/Vala
master_sites        gnome:sources/${name}/${branch}/

use_xz              yes

checksums           rmd160  dd078fe42dc502b9c700eadc2d79f4dde541fb69 \
                    sha256  22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c

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
