1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ocaml 1.0 |
---|
6 | |
---|
7 | name patoline |
---|
8 | version 0.1 |
---|
9 | categories ocaml |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | maintainers gmail.com:pierreetienne.meunier openmaintainer |
---|
13 | description A new typesetting system, programmable in ocaml. |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://${name}.org |
---|
17 | master_sites http://${name}.org/darcs/${name} |
---|
18 | |
---|
19 | checksums rmd160 a07b5d12cc2550a560e617a93a3ee25706d424f2 \ |
---|
20 | sha256 20c23b5f044de25ab23e663654d937367c4d67d1dac96d979cfd720587556041 |
---|
21 | |
---|
22 | depends_lib-append port:ocaml-camomile \ |
---|
23 | port:ocaml-dypgen \ |
---|
24 | port:ocaml-findlib \ |
---|
25 | port:ocaml-sqlite3 \ |
---|
26 | port:ocaml-zip |
---|
27 | |
---|
28 | configure.pre_args --prefix ${prefix} \ |
---|
29 | --extra-fonts-dir /Library/Fonts |
---|
30 | |
---|
31 | use_parallel_build no |
---|
32 | |
---|
33 | test.run yes |
---|
34 | test.target check |
---|