# -*- 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$ PortSystem 1.0 name valabind version 0.7.4 categories devel platforms darwin license GPL-3 maintainers g5pw openmaintainer description This program converts vapi vala interface files into swig interfaces. long_description ${description} Allow C and Vala libraries to be used from many scripting \ languages, like Python, Perl, LUA, Java, Go and others. homepage http://radare.org master_sites http://radare.org/get/ checksums rmd160 9b80dcde17a19ea6021390881a7cc9024b5834ba \ sha256 854c75a5375122445c266e0c54e5d1949d6eedc30d1c4cbc530060047f3fea4d depends_build port:pkgconfig depends_lib port:vala depends_run port:swig use_configure no use_parallel_build no variant universal {} build.args V= \ CC="${configure.cc} [get_canonical_archflags]" destroot.post_args-append PREFIX=${prefix} livecheck.url [lindex ${master_sites} 0] livecheck.regex ">${name}-((?!\${extract.suffix}).*)${extract.suffix}<"