# -*- 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 PortGroup github 1.0 github.setup Z3Prover z3 4.4.1 z3- categories math devel platforms darwin maintainers nomaintainer license MIT description A high-performance theorem prover being developed at Microsoft Research. \ long_description Z3 is a state-of-the art theorem prover from Microsoft Research. It can be \ used to check the satisfiability of logical formulas over one or more theories. \ Z3 offers a compelling match for software analysis and verification tools, \ since several common software constructs map directly into supported theories. checksums rmd160 679774156c28c2eee366f72f379552d7c039a8fd \ sha256 d0a5833a2ebbff5dc82fb8ff0065f9c39ba884862c690479fade606a62d0808c configure.universal_args-delete --disable-dependency-tracking post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} \ LICENSE.txt \ README \ RELEASE_NOTES \ ${destroot}${docdir} copy ${worksrcpath}/examples ${destroot}${docdir} }