# $Id$ PortSystem 1.0 name coq version 8.1pl2 categories lang math maintainers reilles@loria.fr description Proof assistant for higher-order logic long_description \ Coq is a proof assistant for higher-order logic,\ which allows the development of computer programs consistent with \ their formal specification. It is developed using Objective Caml and \ Camlp4. For more information, see . homepage http://coq.inria.fr/ master_sites http://coq.inria.fr/V8.1pl2/files/ distfiles ${name}-${version}.tar.gz:coq \ checksums ${name}-${version}.tar.gz sha1 33ab31abffe42559a5c8341b66a0520805337526 configure.pre_args -prefix ${prefix} configure.args -emacslib ${prefix}/share/emacs/site-lisp/ depends_lib bin:ocamlc:ocaml port:camlp5 build.target world destroot.target install destroot.destdir COQINSTALLPREFIX=${destroot} \ FULLMANDIR=${destroot}${prefix}/share/man/ post-activate { ui_msg "The style file for LaTeX documentation," ui_msg "coqdoc.sty, is in ${prefix}/share/coq/latex." ui_msg "Add this to your TEXINPUTS if you wish to" ui_msg "use it." }