1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name patoline |
---|
6 | version 0.1 |
---|
7 | categories ocaml |
---|
8 | platforms darwin |
---|
9 | license GPL |
---|
10 | maintainers pierreetienne.meunier@gmail.com |
---|
11 | description A new typesetting system, programmable in ocaml. |
---|
12 | long_description A new typesetting system, programmable in ocaml. |
---|
13 | homepage http://patoline.org |
---|
14 | master_sites http://patoline.org/darcs/patoline |
---|
15 | |
---|
16 | |
---|
17 | checksums sha256 20c23b5f044de25ab23e663654d937367c4d67d1dac96d979cfd720587556041 |
---|
18 | |
---|
19 | depends_lib port:ocaml \ |
---|
20 | port:ocaml-camomile \ |
---|
21 | port:ocaml-dypgen \ |
---|
22 | port:ocaml-findlib |
---|
23 | |
---|
24 | configure.pre_args --prefix ${prefix} \ |
---|
25 | --extra-fonts-dir /Library/Fonts |
---|
26 | |
---|
27 | use_parallel_build no |
---|