# -*- 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 ocaml 1.0 name patoline version 0.1 categories ocaml platforms darwin license GPL-2+ maintainers gmail.com:pierreetienne.meunier openmaintainer description A new typesetting system, programmable in ocaml. long_description ${description} homepage http://${name}.org master_sites http://${name}.org/darcs/${name} checksums rmd160 a07b5d12cc2550a560e617a93a3ee25706d424f2 \ sha256 20c23b5f044de25ab23e663654d937367c4d67d1dac96d979cfd720587556041 depends_lib-append port:ocaml-camomile \ port:ocaml-dypgen \ port:ocaml-findlib \ port:ocaml-sqlite3 \ port:ocaml-zip configure.pre_args --prefix ${prefix} \ --extra-fonts-dir /Library/Fonts use_parallel_build no test.run yes test.target check