# $Id: Portfile 52776 2009-06-23 02:34:31Z jmr@macports.org $

PortSystem          1.0

name                udis86
version             1.7
categories          devel
maintainers         gmail.com:leeharple
description         Minimalistic disassembler library for x86 and AMD64 (x86-64)

long_description    Udis86 is an easy-to-use minimalistic disassembler library \
                    (libudis86) for the x86 and AMD64 (x86-64) range of \
                    instruction set architectures. The primary intent of the \
                    design and development of udis86 is to aid software \
                    development projects that entail binary code analysis.

homepage            http://udis86.sourceforge.net/
platforms           darwin
master_sites        sourceforge

checksums           md5 e279108e10f774e6c3af83caa18f5dc3 \
                    sha1 1a9949e33024542a24a948af5d9cbee34ff64695 \
                    rmd160 42f39d8c2c6941913e18a85777d157825e6d1d33
                    
universal_variant   no

configure.args      --enable-shared

platform powerpc {
    pre-fetch {
        return -code error "${name} is not supported on the PPC architecture."
    }
}
