Ticket #32560: Portfile.2

File Portfile.2, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

revised portfile proposal

Line 
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
4PortSystem          1.0
5
6name                radare2
7version             0.9
8categories          devel
9platforms           darwin
10maintainers         gmail.com:a2piratesoft
11license             LGPL-3+
12
13description         open-source tools to disasm, debug, analyze and manipulate binary files
14
15long_description    ${name} provides ${description}.
16
17homepage            http://radare.org/
18master_sites        ${homepage}get/
19
20checksums           rmd160  f68ebf07ec62e907980e8f8bc195754bf993b466 \
21                    sha256  e12feea3b776601d7b680e64250897110cf4fca2f1214b4c527e13b7abe900e0
22
23depends_lib         port:gmp \
24                    port:openssl
25
26patchfiles          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
29universal_variant   no
30
31build.args          CC="${configure.cc} [get_canonical_archflags]"