# -*- 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 PortSystem 1.0 PortGroup cmake 1.1 PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 # CLOCK_MONOTONIC is available on macOS Sierra and newer legacysupport.newest_darwin_requires_legacy 15 github.setup unicorn-engine unicorn 2.1.2 github.tarball_from archive license GPL-2+ categories devel maintainers {@crowell crowell.biz:jeff} openmaintainer description CPU emulator framework long_description Unicorn is a lightweight multi-platform, \ multi-architecture CPU emulator framework. homepage https://www.unicorn-engine.org/ checksums rmd160 990e2d09c1741c6c1144e30a88d38e795f871ad5 \ sha256 98687aac94bdfeeed17f80af980b3baafd79f1c3be3aec2e913905d5988f7c4a \ size 4196820 depends_build-append port:pkgconfig # "ERROR: You need at least GCC v4.8 or Clang v3.4 # (or XCode Clang v5.1)" sometimes happens on <10.8 compiler.blacklist-append \ {*gcc-[3-4].*} {clang < 600}