1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name ocaml-patoline |
---|
6 | version 1.0 |
---|
7 | categories ml |
---|
8 | platforms darwin |
---|
9 | license GPL |
---|
10 | maintainers Pierre-Etienne Meunier |
---|
11 | description The best digital typography system ever |
---|
12 | long_description The best digital typography system ever |
---|
13 | homepage http://www.lama.univ-savoie.fr/~meunier/patoline |
---|
14 | master_sites http://www.lama.univ-savoie.fr/~meunier/darcs/patoline |
---|
15 | |
---|
16 | checksums sha256 cdf5cc2f200cf5b9df1f7778cfb940341978c9d6b9e4e3afdecc145810710854 |
---|
17 | |
---|
18 | depends_lib port:ocaml \ |
---|
19 | port:ocaml-dypgen \ |
---|
20 | port:ocaml-camomile |
---|
21 | use_parallel_build no |
---|
22 | |
---|
23 | configure.pre_args { } |
---|
24 | configure.args --prefix ${prefix} --extra-fonts-dir /Library/Fonts --ocaml-libs `ocamlc -where` --ocamlfind-dir `ocamlfind printconf destdir` |
---|
25 | variant bytecode { |
---|
26 | configure.args-append --byte |
---|
27 | } |
---|