1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name radare2 |
---|
7 | version 0.9 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:a2piratesoft |
---|
11 | license LGPL-3+ |
---|
12 | |
---|
13 | description open-source tools to disasm, debug, analyze and manipulate binary files |
---|
14 | |
---|
15 | long_description ${name} provides ${description}. |
---|
16 | |
---|
17 | homepage http://radare.org/ |
---|
18 | master_sites ${homepage}get/ |
---|
19 | |
---|
20 | checksums rmd160 f68ebf07ec62e907980e8f8bc195754bf993b466 \ |
---|
21 | sha256 e12feea3b776601d7b680e64250897110cf4fca2f1214b4c527e13b7abe900e0 |
---|
22 | |
---|
23 | depends_lib port:gmp \ |
---|
24 | port:openssl |
---|
25 | |
---|
26 | patchfiles patch-libr-db-sdb-src-Makefile.diff |
---|
27 | |
---|
28 | # gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags |
---|
29 | universal_variant no |
---|
30 | |
---|
31 | build.args CC="${configure.cc} [get_canonical_archflags]" |
---|