Commits
Ryan Schmidt authored 40243a1896d
12 12 | maintainers gmail.com:a2piratesoft openmaintainer |
13 13 | description This program converts vapi vala interface files into swig interfaces. |
14 14 | long_description ${description} Allow C and Vala libraries to be used from many scripting \ |
15 15 | languages, like Python, Perl, LUA, Java, Go and others. |
16 16 | homepage http://radare.org |
17 17 | master_sites http://radare.org/get/ |
18 18 | |
19 19 | checksums rmd160 efafe210f61606dc487f33f9b27ef96f45e78fc6 \ |
20 20 | sha256 161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751 |
21 21 | |
22 + | depends_build port:pkgconfig |
23 + | |
22 24 | depends_lib port:vala |
23 25 | |
24 26 | depends_run port:swig |
25 27 | |
26 28 | use_configure no |
27 29 | |
28 30 | variant universal {} |
29 31 | |
30 32 | build.args V= \ |
31 33 | CC="${configure.cc} [get_canonical_archflags]" |