# -*- 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 113789 2013-11-23 18:38:13Z devans@macports.org $ PortSystem 1.0 name vala version 0.22.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 992ac53af83f9bbdcfbaa5a62ff39342f37929e3 \ sha256 92c61b94a427f281ba2537b69135a3be23248b153268057d7195003dd6aba28c 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