# -*- 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 capstone version 3.0.3 categories devel platforms darwin maintainers gmail.com:aquynh license BSD description Capstone disassembly engine long_description Capstone is a multi-arch, multi-platform disassembly framework with advanced features homepage http://www.capstone-engine.org/ master_sites ${homepage}download/${version}/ extract.suffix .tgz checksums rmd160 5a079e5f9f614615762662b52caff1fcaf4e1a3f \ sha256 fc2741e7bc5fb23e2f960a54da3fe9858cf01ff45a1cf9bacb88a5870d0dec6e patch.pre_args -p1 patchfiles patch-Makefile.diff variant universal {} use_configure no build.env CC=${configure.cc} \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \ PREFIX=${prefix} eval destroot.env ${build.env} livecheck.type regex livecheck.url ${homepage}download.html livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}